summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Ivtsan <alonivtsan@lavabit.com>2013-10-13 08:15:49 +0300
committerAlon Ivtsan <alonivtsan@lavabit.com>2013-10-13 08:15:49 +0300
commit93e2d955d9d6ceea706ab53f982e69b5cce24306 (patch)
tree570134d0d1174bdd74ec0c0cd58bb71a8a3ad3ee
parentb46af7b7af67a467278e630d534e13bfd3783e9a (diff)
removing libquvi-scripts-current since arch moved to different branch of libquvi
-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')