contrib/libquvi/Pkgfile

19 lines
437 B
Plaintext
Raw Normal View History

2013-08-19 20:26:13 +02:00
# Description: Library for parsing video download links.
# URL: http://quvi.sourceforge.net/
2018-02-18 22:44:35 +01:00
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: libgcrypt libproxy libquvi-scripts
2013-08-19 20:26:13 +02:00
name=libquvi
version=0.9.4
release=1
2013-08-19 20:26:13 +02:00
source=(http://downloads.sourceforge.net/sourceforge/quvi/$name-$version.tar.xz)
build () {
2018-02-18 22:44:35 +01:00
cd $name-$version
./configure --prefix=/usr --disable-nls
2018-02-18 22:44:35 +01:00
make
make DESTDIR=$PKG install
2013-08-19 20:26:13 +02:00
}