# Description: Command-line tool for parsing video download links. # URL: http://quvi.sourceforge.net/ # Maintainer: Maximilian Dietrich, dxm at openmailbox dot org # Depends on: libquvi name=quvi version=0.4.2 release=1 source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.xz) build () { cd "$name-$version" ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG \ install }