forked from ports/contrib
19 lines
404 B
Plaintext
19 lines
404 B
Plaintext
# Description: Library for parsing video download links.
|
|
# URL: http://quvi.sourceforge.net/
|
|
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
|
|
# Depends on: libquvi-scripts
|
|
|
|
name=libquvi
|
|
version=0.4.1
|
|
release=2
|
|
source=(http://downloads.sourceforge.net/sourceforge/quvi/$name-$version.tar.xz)
|
|
|
|
build () {
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|