void-packages/srcpkgs/serd/template
2017-08-29 09:33:30 +00:00

34 lines
740 B
Bash

# Template file for 'serd'
pkgname=serd
version=0.28.0
revision=1
build_style=waf
hostmakedepends="python"
short_desc="Lightweight C library for RDF syntax"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="ISC"
homepage="http://drobilla.net/software/serd/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
checksum=1df21a8874d256a9f3d51a18b8c6e2539e8092b62cc2674b110307e93f898aec
post_install() {
vlicense COPYING
}
serd-devel_package() {
depends="libserd>=${version}_${revision}"
short_desc+=" - Development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}
libserd_package() {
short_desc+=" - Runtime library"
pkg_install() {
vmove "usr/lib/*.so.*"
}
}