quvi: initial commit

This commit is contained in:
Maximilian Dietrich 2013-08-19 20:26:13 +02:00
parent 74d80a03c3
commit 6fcc93ce24
3 changed files with 24 additions and 0 deletions

6
quvi/.footprint Normal file
View 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
View File

@ -0,0 +1 @@
66cb0dda70f2900c58c4b87b2d76007b quvi-0.4.2.tar.xz

17
quvi/Pkgfile Normal file
View 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
}