summaryrefslogtreecommitdiff
path: root/pcr/libquvi-scripts-current/PKGBUILD
blob: 8514704392dbc314c4dbe318d7c4ce1e36f83a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $Id: PKGBUILD 196118 2013-10-07 11:53:00Z jgc $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>

pkgname=libquvi-scripts-current
_pkgname=libquvi-scripts
provides=(libquvi-scripts)
pkgver=0.9.20131104
pkgrel=1
pkgdesc='Library for parsing video download links.'
arch=('any')
url='http://quvi.sourceforge.net/'
license=('AGPL3')
options=('!libtool')
depends=('lua51-socket' 'lua51-bitop' 'lua51-expat')
source=("http://downloads.sourceforge.net/sourceforge/quvi/${_pkgname}-${pkgver}.tar.xz"{,.sig})

build() {
  cd "${_pkgname}-${pkgver}"
  ./configure --prefix=/usr --with-nsfw --with-geoblocked
  make
}

package() {
  cd "${_pkgname}-${pkgver}"
  make DESTDIR="${pkgdir}" install
}
md5sums=('0ddb9e392b46cee0e7a4af260bc1a1a3'
         'SKIP')