mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
serd: update to 0.30.16.
This commit is contained in:
parent
97052ecca0
commit
52cdf7bc80
1 changed files with 9 additions and 10 deletions
|
@ -1,23 +1,22 @@
|
||||||
# Template file for 'serd'
|
# Template file for 'serd'
|
||||||
pkgname=serd
|
pkgname=serd
|
||||||
version=0.30.10
|
version=0.30.16
|
||||||
revision=1
|
revision=1
|
||||||
build_style=waf3
|
build_style=meson
|
||||||
short_desc="Lightweight C library for RDF syntax"
|
short_desc="Lightweight C library for RDF syntax"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://drobilla.net/software/serd/"
|
homepage="http://drobilla.net/software/serd.html"
|
||||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
changelog="https://drobilla.net/category/serd/"
|
||||||
checksum=affa80deec78921f86335e6fc3f18b80aefecf424f6a5755e9f2fa0eb0710edf
|
distfiles="https://download.drobilla.net/serd-${version}.tar.xz"
|
||||||
|
checksum=f50f486da519cdd8d03b20c9e42414e459133f5a244411d8e63caef8d9ac9146
|
||||||
|
|
||||||
if [ "${XBPS_CHECK_PKGS}" ]; then
|
if [ "${XBPS_CHECK_PKGS}" ]; then
|
||||||
configure_args+=" --test --no-coverage"
|
configure_args="-Dtests=enabled"
|
||||||
|
else
|
||||||
|
configure_args="-Dtests=disabled"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_check() {
|
|
||||||
./waf test
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue