void-packages/srcpkgs/serd/template

24 lines
825 B
Plaintext
Raw Normal View History

2011-10-24 11:17:21 +02:00
# Template file for 'serd'
pkgname=serd
2012-06-17 05:56:10 +02:00
version=0.14.0
build_style=waf
2011-10-24 11:17:21 +02:00
homepage="http://drobilla.net/software/serd/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
2012-06-17 05:56:10 +02:00
revision=1
makedepends="python"
2011-10-24 11:17:21 +02:00
short_desc="Lightweight C library for RDF syntax."
maintainer="davehome <davehome@redthumb.info.tm>"
license="ISC"
2012-06-17 05:56:10 +02:00
checksum=8f728436735ead9ef26e3006ea3e2ac64cdeaae64fec73b7804e586e01d76f08
2011-10-24 11:17:21 +02:00
long_desc="
Serd is a lightweight C library for RDF syntax which supports reading and
writing Turtle and NTriples.
Serd is not intended to be a swiss-army knife of RDF syntax, but rather is
suited to resource limited or performance critical applications, or
situations where a simple reader/writer with minimal dependencies is ideal
(e.g. in LV2 hosts or plugins)."
subpackages="$pkgname-devel lib$pkgname"