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

# source: james
TARBALL=raptor2-2.0.15.tar.gz
MD5SUM=a39f6c07ddb20d7dd2ff1f95fa21e2cd
SRC_URL=http://download.librdf.org/source/$TARBALL
BUNDLE=

SLACKREQ='' # 
SLACKDESC='libraptor2: libraptor2 2.0.15 (RDF syntax library)
libraptor2: 
libraptor2: Raptor is a free software / Open Source C library that provides a set 
libraptor2: of parsers and serializers that generate Resource Description 
libraptor2: Framework (RDF) triples by parsing syntaxes or serialize the triples 
libraptor2: into a syntax.
libraptor2: 
libraptor2: http://librdf.org/raptor/
libraptor2: 
libraptor2: 
libraptor2: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
