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