2013-08-19 20:26:13 +02:00
|
|
|
# Description: Library for parsing video download links. - Scripts
|
|
|
|
# URL: http://quvi.sourceforge.net/
|
2018-02-18 16:40:00 -05:00
|
|
|
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
|
|
|
|
# Depends on: lua
|
2013-08-19 20:26:13 +02:00
|
|
|
|
|
|
|
name=libquvi-scripts
|
2013-11-30 19:03:25 +01:00
|
|
|
version=0.4.21
|
2018-02-18 16:49:27 -05:00
|
|
|
release=2
|
2013-08-19 20:26:13 +02:00
|
|
|
source=(http://downloads.sourceforge.net/sourceforge/quvi/$name-$version.tar.xz)
|
|
|
|
|
|
|
|
build () {
|
2018-02-18 16:40:00 -05:00
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--with-nsfw \
|
|
|
|
--with-nlfy
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
|
|
rm -rf $(find $PKG/usr/share -name README)
|
2013-08-19 20:26:13 +02:00
|
|
|
}
|