# $Id: PKGBUILD 188870 2013-06-23 17:45:51Z heftig $ # Maintainer: Lukas Fleischer pkgname=libquvi-scripts-current _pkgname=libquvi-scripts provides=(libquvi-scripts) pkgver=0.4.18 pkgrel=1 pkgdesc='Library for parsing video download links.' arch=('any') url='http://quvi.sourceforge.net/' license=('LGPL') depends=('curl' 'lua') options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/quvi/${_pkgname}-${pkgver}.tar.xz"{,.sig}) build() { cd "${_pkgname}-${pkgver}" ./configure --prefix=/usr --with-nsfw --with-nlfy make } package() { cd "${_pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } md5sums=('d36f966974c851d36136c75d462fb319' 'SKIP')