27 lines
755 B
Bash
27 lines
755 B
Bash
# Template file for 'sratom'
|
|
pkgname=sratom
|
|
version=0.6.4
|
|
revision=1
|
|
build_style=waf
|
|
hostmakedepends="pkg-config python"
|
|
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=146c8f14b8902ac3c8fa8c2e0a014eb8a38fab60090c5adbfbff3e3b7c5c006e
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
sratom-devel_package() {
|
|
depends="serd-devel>=0.18.0 sord-devel lv2 sratom>=${version}_${revision}"
|
|
short_desc+=" - Development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|