void-packages/srcpkgs/serd/template

30 lines
713 B
Text
Raw Normal View History

2011-10-24 09:17:21 +00:00
# Template file for 'serd'
pkgname=serd
2012-09-22 07:04:34 +00:00
version=0.18.0
revision=4
build_style=waf
2014-02-17 08:46:32 +00:00
hostmakedepends="python"
short_desc="Lightweight C library for RDF syntax"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-10-24 09:17:21 +00:00
license="ISC"
homepage="http://drobilla.net/software/serd/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
2012-09-22 07:04:34 +00:00
checksum=37b8641382876a8f2c25697021cfcd153bc3c6c62983590edc8df0df2dea54aa
2011-10-24 09:17:21 +00:00
serd-devel_package() {
2014-02-17 08:46:32 +00:00
depends="libserd>=${version}_${revision}"
short_desc+=" - Development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
2014-02-17 08:46:32 +00:00
vmove "usr/lib/*.so"
}
}
libserd_package() {
short_desc+=" - Runtime library"
pkg_install() {
2014-02-17 08:46:32 +00:00
vmove "usr/lib/*.so.*"
}
}