sord: rebuild against libpcre-8.30.

This commit is contained in:
Juan RP 2012-07-07 13:38:07 +02:00
parent 7ef5e2dcf3
commit 841828c13e
2 changed files with 6 additions and 7 deletions

View file

@ -1,4 +1,4 @@
libsord-0.so.0 libsord-0.so.0
libserd-0.so.0 libserd-0.so.0
libc.so.6 libc.so.6
libpcre.so.0 libpcre.so.1

View file

@ -1,16 +1,15 @@
# Template file for 'sord' # Template file for 'sord'
pkgname=sord pkgname=sord
version=0.8.0 version=0.8.0
revision=2
build_style=waf build_style=waf
homepage="http://drobilla.net/software/sord/" subpackages="$pkgname-devel lib$pkgname"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2" makedepends="pkg-config python serd-devel pcre-devel>=8.30"
revision=1
makedepends="pkg-config python serd-devel pcre-devel"
short_desc="Lightweight C library for storing RDF data in memory." short_desc="Lightweight C library for storing RDF data in memory."
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
license="ISC" license="ISC"
homepage="http://drobilla.net/software/sord/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
checksum=99df73a0a859fbfc6423a7d5930d019c8c0e17e04ed101114c54f1911dbd8a59 checksum=99df73a0a859fbfc6423a7d5930d019c8c0e17e04ed101114c54f1911dbd8a59
long_desc=" long_desc="
Sord is a lightweight C library for storing RDF data in memory." Sord is a lightweight C library for storing RDF data in memory."
subpackages="$pkgname-devel lib$pkgname"