diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-10-13 08:44:02 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-10-13 08:44:02 +0300 |
commit | d782b3be6821038879cd60a2c6c16189192fa451 (patch) | |
tree | 2ccb92dc6713abaacab92ae188bc58d9e7e2df61 /pcr | |
parent | 93e2d955d9d6ceea706ab53f982e69b5cce24306 (diff) | |
download | abslibre-d782b3be6821038879cd60a2c6c16189192fa451.tar.gz abslibre-d782b3be6821038879cd60a2c6c16189192fa451.tar.bz2 abslibre-d782b3be6821038879cd60a2c6c16189192fa451.zip |
adding quvi-current to pcr
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/quvi-current/PKGBUILD | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/pcr/quvi-current/PKGBUILD b/pcr/quvi-current/PKGBUILD new file mode 100644 index 000000000..363b111db --- /dev/null +++ b/pcr/quvi-current/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 98182 2013-10-07 12:06:30Z jgc $ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: joyfulgirl@archlinux.us + +pkgname=quvi-current +_pkgname=quvi +pkgver=0.9.4 +pkgrel=1 +pkgdesc='Command-line tool for parsing video download links.' +arch=('i686' 'x86_64') +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=('36ba58e00d10b38797c39c0c9e2ef663' + 'SKIP') |