From 93e2d955d9d6ceea706ab53f982e69b5cce24306 Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Sun, 13 Oct 2013 08:15:49 +0300 Subject: removing libquvi-scripts-current since arch moved to different branch of libquvi --- pcr/libquvi-scripts-current/PKGBUILD | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 pcr/libquvi-scripts-current/PKGBUILD 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 - -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') -- cgit v1.2.3-54-g00ecf