sord: update to 0.16.14.
This commit is contained in:
parent
52cdf7bc80
commit
bd594c63b7
|
@ -1,16 +1,23 @@
|
|||
# Template file for 'sord'
|
||||
pkgname=sord
|
||||
version=0.16.6
|
||||
version=0.16.14
|
||||
revision=1
|
||||
build_style=waf3
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="serd-devel pcre-devel"
|
||||
short_desc="Lightweight C library for storing RDF data in memory"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="ISC"
|
||||
homepage="http://drobilla.net/software/sord/"
|
||||
distfiles="http://download.drobilla.net/sord-${version}.tar.bz2"
|
||||
checksum=667af27a76085336d3865d087c1bb31a9d5f85b3359bcb27112dc43659229d44
|
||||
homepage="https://drobilla.net/software/sord.html"
|
||||
changelog="https://drobilla.net/category/sord/"
|
||||
distfiles="https://download.drobilla.net/sord-${version}.tar.xz"
|
||||
checksum=220fd97d5fcb216e7b85db66f685bfdaad7dc58a50d1f96dfb2558dbc6c4731b
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args="-Dtests=enabled"
|
||||
else
|
||||
configure_args="-Dtests=disabled"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue