serd: update to 0.30.10.
enable tests
This commit is contained in:
parent
13d455e30c
commit
5f2b1373e9
1 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'serd'
|
# Template file for 'serd'
|
||||||
pkgname=serd
|
pkgname=serd
|
||||||
version=0.30.6
|
version=0.30.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=waf3
|
build_style=waf3
|
||||||
short_desc="Lightweight C library for RDF syntax"
|
short_desc="Lightweight C library for RDF syntax"
|
||||||
|
@ -8,7 +8,15 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://drobilla.net/software/serd/"
|
homepage="http://drobilla.net/software/serd/"
|
||||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=f5a2c74c659d8b318059068f135a43a3771491c367b6947e053a713b23cd37ef
|
checksum=affa80deec78921f86335e6fc3f18b80aefecf424f6a5755e9f2fa0eb0710edf
|
||||||
|
|
||||||
|
if [ "${XBPS_CHECK_PKGS}" ]; then
|
||||||
|
configure_args+=" --test"
|
||||||
|
fi
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
./waf test
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in a new issue