diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/quvi/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/quvi/PKGBUILD')
-rw-r--r-- | community/quvi/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community/quvi/PKGBUILD b/community/quvi/PKGBUILD deleted file mode 100644 index 3bb48927d..000000000 --- a/community/quvi/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 70446 2012-05-07 08:29:18Z lfleischer $ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> -# Contributor: joyfulgirl@archlinux.us - -pkgname=quvi -pkgver=0.4.2 -pkgrel=1 -pkgdesc='Command-line tool for parsing video download links.' -arch=('i686' 'x86_64') -url='http://quvi.sourceforge.net/' -license=('LGPL') -depends=('libquvi') -options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}) -md5sums=('05f1e2c711d1ca9d4bc68b8de553941d' - '523b17d5a9024c8b0a1636917d79e792') - -build() { - cd "${pkgname}-${pkgver}" - - ./configure --prefix=/usr - make -} - -package() { - cd "${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} |