# $Id: PKGBUILD 196118 2013-10-07 11:53:00Z jgc $ # Maintainer: Lukas Fleischer pkgname=libquvi-scripts-current _pkgname=libquvi-scripts provides=(libquvi-scripts) pkgver=0.9.20131012 pkgrel=1 pkgdesc='Library for parsing video download links.' arch=('any') url='http://quvi.sourceforge.net/' license=('AGPL3') options=('!libtool') depends=('lua51-socket' 'lua51-bitop' 'lua51-expat') source=("http://downloads.sourceforge.net/sourceforge/quvi/${_pkgname}-${pkgver}.tar.xz"{,.sig}) build() { cd "${_pkgname}-${pkgver}" ./configure --prefix=/usr --with-nsfw --with-geoblocked make } package() { cd "${_pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } md5sums=('bd11a7946212b3e42f11c69afacc371a' 'SKIP')