summaryrefslogtreecommitdiffstats
path: root/main/libquvi/APKBUILD
blob: 022564718cb3611681e8b2fc37248d193de4fef8 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libquvi
pkgver=0.4.1
pkgrel=0
pkgdesc="library for parsing video download links"
url="http://quvi.sourceforge.net/"
arch="all"
license="LGPLv2+"
depends="libquvi-scripts"
depends_dev="libquvi-scripts-dev curl-dev lua-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://downloads.sourceforge.net/project/quvi/0.4/libquvi/libquvi-$pkgver.tar.bz2"

_builddir="$srcdir"/libquvi-$pkgver
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

build() {
	cd "$_builddir"
	./configure --prefix=/usr \
		|| return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	rm -f "$pkgdir"/usr/lib/*.la
}

md5sums="e5a6fde1a7a12fec450b91583fd10760  libquvi-0.4.1.tar.bz2"
sha256sums="f5a2fb0571634483e8a957910f44e739f5a72eb9a1900bd10b453c49b8d5f49d  libquvi-0.4.1.tar.bz2"
sha512sums="a5cc2c837c1a767dc5f543c7cf0b5611a92b7e397b532c1d6afd023f10831865b793193fe1ba5d14006308f2b1f0a575447c47dd383cb307ea6130ca6fab8078  libquvi-0.4.1.tar.bz2"