contrib/libquvi-scripts/Pkgfile
2018-02-18 16:40:00 -05:00

24 lines
492 B
Plaintext

# Description: Library for parsing video download links. - Scripts
# URL: http://quvi.sourceforge.net/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: lua
name=libquvi-scripts
version=0.4.21
release=1
source=(http://downloads.sourceforge.net/sourceforge/quvi/$name-$version.tar.xz)
build () {
cd $name-$version
./configure \
--prefix=/usr \
--with-nsfw \
--with-nlfy
make
make DESTDIR=$PKG install
rm -rf $(find $PKG/usr/share -name README)
}