void-packages/srcpkgs/sord/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

34 lines
761 B
Text

# Template file for 'sord'
pkgname=sord
version=0.5.0
homepage="http://drobilla.net/software/sord/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
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"
Add_dependency run glibc
Add_dependency run libserd
Add_dependency run libsord
Add_dependency build python
Add_dependency build coreutils
do_configure()
{
./waf configure --prefix=/usr
}
do_build()
{
./waf
}
do_install()
{
DESTDIR=${DESTDIR} ./waf install
}