sord: update to 0.16.14.
This commit is contained in:
parent
52cdf7bc80
commit
bd594c63b7
1 changed files with 12 additions and 5 deletions
|
@ -1,16 +1,23 @@
|
||||||
# Template file for 'sord'
|
# Template file for 'sord'
|
||||||
pkgname=sord
|
pkgname=sord
|
||||||
version=0.16.6
|
version=0.16.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=waf3
|
build_style=meson
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="serd-devel pcre-devel"
|
makedepends="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="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://drobilla.net/software/sord/"
|
homepage="https://drobilla.net/software/sord.html"
|
||||||
distfiles="http://download.drobilla.net/sord-${version}.tar.bz2"
|
changelog="https://drobilla.net/category/sord/"
|
||||||
checksum=667af27a76085336d3865d087c1bb31a9d5f85b3359bcb27112dc43659229d44
|
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() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue