From 598333efb5c741565e80af4835b73b2de603ef99 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 21 May 2015 05:59:29 -0500 Subject: Removing quvi-current, use quvi instead --- pcr/quvi-current/PKGBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 pcr/quvi-current/PKGBUILD (limited to 'pcr') diff --git a/pcr/quvi-current/PKGBUILD b/pcr/quvi-current/PKGBUILD deleted file mode 100644 index 009646597..000000000 --- a/pcr/quvi-current/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 98182 2013-10-07 12:06:30Z jgc $ -# Maintainer (Arch): Lukas Fleischer -# Contributor (Arch): joyfulgirl@archlinux.us - -pkgname=quvi-current -_pkgname=quvi -provides=(quvi) -pkgver=0.9.5 -pkgrel=1 -pkgdesc='Command-line tool for parsing video download links.' -arch=('i686' 'x86_64' 'mips64el') -url='http://quvi.sourceforge.net/' -license=('AGPL3') -depends=('libquvi') -options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.xz"{,.sig}) - -build() { - cd "${_pkgname}-${pkgver}" - - ./configure --prefix=/usr - make -} - -package() { - cd "${_pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} -md5sums=('baa1d7b25e9fd173e952e27d4aa4b933' - 'SKIP') -- cgit v1.2.3-2-g168b