forked from ports/contrib
18 lines
449 B
Plaintext
18 lines
449 B
Plaintext
|
# Description: Library for parsing video download links.
|
||
|
# URL: http://quvi.sourceforge.net/
|
||
|
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
|
||
|
# Depends on: libquvi-scripts
|
||
|
|
||
|
name=libquvi
|
||
|
version=0.4.1
|
||
|
release=1
|
||
|
source=(http://downloads.sourceforge.net/sourceforge/quvi/$name-$version.tar.xz)
|
||
|
|
||
|
build () {
|
||
|
cd "$name-$version"
|
||
|
./configure --prefix=/usr --mandir=/usr/man
|
||
|
make
|
||
|
make DESTDIR=$PKG \
|
||
|
install
|
||
|
}
|