quvi: initial commit
This commit is contained in:
parent
74d80a03c3
commit
6fcc93ce24
6
quvi/.footprint
Normal file
6
quvi/.footprint
Normal file
@ -0,0 +1,6 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/quvi
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/quvi.1.gz
|
1
quvi/.md5sum
Normal file
1
quvi/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
66cb0dda70f2900c58c4b87b2d76007b quvi-0.4.2.tar.xz
|
17
quvi/Pkgfile
Normal file
17
quvi/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: Command-line tool for parsing video download links.
|
||||
# URL: http://quvi.sourceforge.net/
|
||||
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
|
||||
# Depends on: libquvi
|
||||
|
||||
name=quvi
|
||||
version=0.4.2
|
||||
release=1
|
||||
source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.xz)
|
||||
|
||||
build () {
|
||||
cd "$name-$version"
|
||||
./configure --prefix=/usr --mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG \
|
||||
install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user