contrib/libquvi/Pkgfile
John Vogel 0fd07d8536 libquvi: update to 0.9.4
New dependency: libproxy
2018-03-13 19:47:05 -04:00

19 lines
437 B
Plaintext

# Description: Library for parsing video download links.
# URL: http://quvi.sourceforge.net/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: libgcrypt libproxy libquvi-scripts
name=libquvi
version=0.9.4
release=1
source=(http://downloads.sourceforge.net/sourceforge/quvi/$name-$version.tar.xz)
build () {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}