23 lines
730 B
Bash
23 lines
730 B
Bash
# Template file for 'sratom'
|
|
pkgname=sratom
|
|
version=0.4.6
|
|
revision=5
|
|
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="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="ISC"
|
|
homepage="http://drobilla.net/software/sratom/"
|
|
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
|
checksum=a4b9beaeaedc4f651beb15cd1cfedff905b0726a9010548483475ad97d941220
|
|
|
|
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"
|
|
}
|
|
}
|