### this file is sourced not run
PKGVER=0.20.0
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=serd-0.20.0.tar.bz2
MD5SUM=cea0f240a6c94f3a7644a35d2f60ed8c
SRC_URL=http://download.drobilla.net/$TARBALL
BUNDLE=

SLACKREQ='' # 
SLACKDESC='libserd: libserd 0.20.0 (Lightweight RDF library)
libserd: 
libserd: Serd is a lightweight C library for RDF syntax which supports reading 
libserd: and writing Turtle and NTriples. Minaly intented to support LV2 
libserd: applications.
libserd: 
libserd: http://drobilla.net/software/serd/
libserd: 
libserd: 
libserd: 
libserd: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/serd*
	./waf configure --prefix=/usr --configdir=/etc --libdir=/usr/$LIBDIR \
	      --lv2dir=/usr/$LIBDIR/lv2 &&
	./waf build $MAKEFLAGS &&
	./waf install &&
	pkg_build_slackdesc
}
