summaryrefslogtreecommitdiff
path: root/pcr/libquvi-scripts-current
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-13 00:50:27 -0700
committerroot <root@rshg054.dnsready.net>2013-10-13 00:50:27 -0700
commit39e9111d76d232d65ca0c43285dea5bd5d58d28e (patch)
tree0c3db28c33246728e109f38902759fa8dfc998b3 /pcr/libquvi-scripts-current
parent20bff71e3bf43ce7f3621da9cee37eb6ea3c14ad (diff)
Sun Oct 13 00:49:56 PDT 2013
Diffstat (limited to 'pcr/libquvi-scripts-current')
-rw-r--r--pcr/libquvi-scripts-current/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/pcr/libquvi-scripts-current/PKGBUILD b/pcr/libquvi-scripts-current/PKGBUILD
deleted file mode 100644
index 6a466b314..000000000
--- a/pcr/libquvi-scripts-current/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 188870 2013-06-23 17:45:51Z heftig $
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-
-pkgname=libquvi-scripts-current
-_pkgname=libquvi-scripts
-provides=(libquvi-scripts)
-pkgver=0.4.19
-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=('a37221697367a700cc1cb3b1f4b681ec'
- 'SKIP')