From 5a5b5e97406f83f69c48a3ec9707a8b8a02a5486 Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Tue, 15 Oct 2013 20:30:04 +0300 Subject: adding new branch of libquvi-scripts-current to pcr --- pcr/libquvi-scripts-current/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pcr/libquvi-scripts-current/PKGBUILD (limited to 'pcr/libquvi-scripts-current/PKGBUILD') diff --git a/pcr/libquvi-scripts-current/PKGBUILD b/pcr/libquvi-scripts-current/PKGBUILD new file mode 100644 index 000000000..2c480bd45 --- /dev/null +++ b/pcr/libquvi-scripts-current/PKGBUILD @@ -0,0 +1,28 @@ +# $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') -- cgit v1.2.3