void-packages/srcpkgs/serd/template
2020-10-03 19:27:21 +02:00

33 lines
717 B
Bash

# Template file for 'serd'
pkgname=serd
version=0.30.2
revision=1
build_style=waf3
short_desc="Lightweight C library for RDF syntax"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="http://drobilla.net/software/serd/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
checksum=9d3102701172804f823f2215ca3147c50eba992641f9fbe014272355f4937202
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.*"
}
}