From 9ff664c4a65f68cc9fb5786b0b1c6b727001a9e2 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 11 Dec 2014 23:17:47 +0000 Subject: [PATCH] libquvi: delete pkgs --- libquvi-scripts/PKGBUILD | 24 ------------------------ libquvi/PKGBUILD | 26 -------------------------- 2 files changed, 50 deletions(-) delete mode 100644 libquvi-scripts/PKGBUILD delete mode 100644 libquvi/PKGBUILD diff --git a/libquvi-scripts/PKGBUILD b/libquvi-scripts/PKGBUILD deleted file mode 100644 index 9083c162a..000000000 --- a/libquvi-scripts/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Maintainer: Neophytos Kolokotronis -# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libquvi-scripts - -pkgname=libquvi-scripts -pkgver=0.9.20131104 -pkgrel=1 -pkgdesc='Library for parsing video download links.' -arch=('any') -url='http://quvi.sourceforge.net/' -license=('AGPL3') -depends=('lua') -source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz") -md5sums=('0ddb9e392b46cee0e7a4af260bc1a1a3') - -build() { - cd "${pkgname}-${pkgver}" - ./configure --prefix=/usr --with-nsfw --with-geoblocked - make -} - -package() { - cd "${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} diff --git a/libquvi/PKGBUILD b/libquvi/PKGBUILD deleted file mode 100644 index f702c4f61..000000000 --- a/libquvi/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Maintainer: Neophytos Kolokotronis -# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libquvi - -pkgname=libquvi -pkgver=0.9.4 -pkgrel=2 -pkgdesc='Library for parsing video download links.' -arch=('x86_64') -url='http://quvi.sourceforge.net/' -license=('AGPL3') -depends=('libquvi-scripts' 'curl' 'lua' 'libproxy' 'libgcrypt' 'glib2') -conflicts=('quvi<0.9.0') -source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz") -md5sums=('8e3f2134a6b3376934bd884b07dcdac5') - -build() { - cd "${pkgname}-${pkgver}" - - ./configure --prefix=/usr - make -} - -package() { - cd "${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -}