diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-10-15 20:30:04 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-10-15 20:30:04 +0300 |
commit | 5a5b5e97406f83f69c48a3ec9707a8b8a02a5486 (patch) | |
tree | c4f2081911f241f17f10f9d63f59693ea344b3d1 /pcr/libquvi-scripts-current/PKGBUILD | |
parent | 11ac9f5970c575c12e924a0b635891582f065d48 (diff) | |
download | abslibre-5a5b5e97406f83f69c48a3ec9707a8b8a02a5486.tar.gz abslibre-5a5b5e97406f83f69c48a3ec9707a8b8a02a5486.tar.bz2 abslibre-5a5b5e97406f83f69c48a3ec9707a8b8a02a5486.zip |
adding new branch of libquvi-scripts-current to pcr
Diffstat (limited to 'pcr/libquvi-scripts-current/PKGBUILD')
-rw-r--r-- | pcr/libquvi-scripts-current/PKGBUILD | 28 |
1 files changed, 28 insertions, 0 deletions
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 <archlinux at cryptocrack dot de> + +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') |