Skip to content
Snippets Groups Projects
Commit bb434cf3 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

0.9

parent a70bc975
No related branches found
Tags 0.4.8-2
No related merge requests found
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
pkgname=libquvi-scripts
pkgver=0.4.17
pkgver=0.9.20130903
pkgrel=1
pkgdesc='Library for parsing video download links.'
arch=('any')
url='http://quvi.sourceforge.net/'
license=('LGPL')
depends=('curl' 'lua')
license=('AGPL3')
options=('!libtool')
source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
md5sums=('8a887905a368bf31e0ace28e49b5c800'
md5sums=('5cd6fd297ded480bf1eccb2ced8962f0'
'SKIP')
build() {
cd "${pkgname}-${pkgver}"
./configure --prefix=/usr --with-nsfw --with-nlfy
./configure --prefix=/usr --with-nsfw --with-geoblocked
make
}
......
# $Id: PKGBUILD 188868 2013-06-23 17:40:50Z heftig $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
pkgname=libquvi-scripts
pkgver=0.9.20130619
pkgrel=1
pkgdesc='Library for parsing video download links.'
arch=('any')
url='http://quvi.sourceforge.net/'
license=('LGPL')
options=('!libtool')
source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
md5sums=('7030104f089320fe3c2b74b1fe0d6447'
'SKIP')
build() {
cd "${pkgname}-${pkgver}"
./configure --prefix=/usr --with-nsfw --with-geoblocked
make
}
package() {
cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment