2011-10-24 09:42:01 +00:00
|
|
|
# Template file for 'sord'
|
|
|
|
pkgname=sord
|
|
|
|
version=0.5.0
|
2011-10-24 12:32:40 +00:00
|
|
|
build_style=waf
|
2011-10-24 09:42:01 +00:00
|
|
|
homepage="http://drobilla.net/software/sord/"
|
|
|
|
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
2011-11-14 17:12:47 +00:00
|
|
|
revision=1
|
2011-10-24 09:42:01 +00:00
|
|
|
short_desc="Lightweight C library for storing RDF data in memory."
|
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
license="ISC"
|
|
|
|
checksum=0f18879ed9d5c4d056cddb5af9057090d1de874d3f3996386cf716d8060625ef
|
|
|
|
long_desc="
|
|
|
|
Sord is a lightweight C library for storing RDF data in memory."
|
|
|
|
subpackages="$pkgname-devel lib$pkgname"
|
|
|
|
|
2011-10-24 12:32:40 +00:00
|
|
|
Add_dependency build pkg-config
|
2011-10-24 09:42:01 +00:00
|
|
|
Add_dependency build python
|
2011-10-24 12:32:40 +00:00
|
|
|
Add_dependency build serd-devel
|