contrib/quvi/Pkgfile

19 lines
418 B
Plaintext
Raw Normal View History

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