sratom: update to 0.6.14.
This commit is contained in:
parent
a5e502c0b5
commit
f5d9b1caaf
|
@ -1,24 +1,16 @@
|
||||||
# Template file for 'sratom'
|
# Template file for 'sratom'
|
||||||
pkgname=sratom
|
pkgname=sratom
|
||||||
version=0.6.8
|
version=0.6.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=waf3
|
build_style=meson
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="serd-devel sord-devel lv2"
|
makedepends="serd-devel sord-devel lv2"
|
||||||
short_desc="Library for serialising LV2 atoms to/from RDF (Turtle syntax)"
|
short_desc="Library for serialising LV2 atoms to/from RDF (Turtle syntax)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://drobilla.net/software/sratom/"
|
homepage="https://drobilla.net/software/sratom/"
|
||||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
distfiles="https://download.drobilla.net/${pkgname}-${version}.tar.xz"
|
||||||
checksum=3acb32b1adc5a2b7facdade2e0818bcd6c71f23f84a1ebc17815bb7a0d2d02df
|
checksum=9982faf40db83aedd9b3850e499fecd6852b8b4ba6dede514013655cffaca1e6
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
|
||||||
configure_args+=" --test --no-coverage"
|
|
||||||
fi
|
|
||||||
|
|
||||||
do_check() {
|
|
||||||
./waf test
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in New Issue