summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Ivtsan <alonivtsan@lavabit.com>2013-10-15 20:30:04 +0300
committerAlon Ivtsan <alonivtsan@lavabit.com>2013-10-15 20:30:04 +0300
commit5a5b5e97406f83f69c48a3ec9707a8b8a02a5486 (patch)
treec4f2081911f241f17f10f9d63f59693ea344b3d1
parent11ac9f5970c575c12e924a0b635891582f065d48 (diff)
adding new branch of libquvi-scripts-current to pcr
-rw-r--r--pcr/libquvi-scripts-current/PKGBUILD28
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')