summaryrefslogtreecommitdiff
path: root/libquvi-scripts/Pkgfile
blob: c932a83ecff7406ba84ac4968635b39416856921 (plain)
    1 # Description: Library for parsing video download links. - Scripts
    2 # URL:         http://quvi.sourceforge.net/
    3 # Maintainer:  John Vogel, jvogel4 at stny dot rr dot com
    4 # Depends on:  lua
    5 
    6 name=libquvi-scripts
    7 version=0.9.20131130
    8 release=1
    9 source=(http://downloads.sourceforge.net/sourceforge/quvi/$name-$version.tar.xz)
   10 
   11 build () {
   12 	cd $name-$version
   13 
   14 	./configure \
   15 		--prefix=/usr \
   16 		--with-nsfw \
   17 		--with-geoblocked
   18 
   19 	make
   20 	make DESTDIR=$PKG install
   21 
   22 	find $PKG/usr/share -name README -delete
   23 }

Generated by cgit