aboutsummaryrefslogtreecommitdiffstats
path: root/testing/serd/APKBUILD
blob: 07a4d4aaa18f630de94f547fca9dccc0fb477cf9 (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
# Contributor: David Demelier <markand@malikania.fr>
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=serd
pkgver=0.30.2
pkgrel=0
pkgdesc="lightweight C library for RDF syntax"
url="http://drobilla.net/software/serd"
arch="all"
license="ISC"
makedepends="python3"
subpackages="$pkgname-dev $pkgname-doc"
source="http://download.drobilla.net/serd-$pkgver.tar.bz2"
options="!check" # No tests

build() {
	python3 waf configure --prefix=/usr
	python3 waf build
}

package() {
	python3 waf install --destdir="$pkgdir"
}

sha512sums="b1e18ac883aac2a8146ee0e1de553ac2b512deba5307e5c9fa2733d9011ed0777d67790aa6527e73b3f11c9da0d8c9a98227457bb412897296f4464228cac0f7  serd-0.30.2.tar.bz2"