23 lines
701 B
Bash
23 lines
701 B
Bash
# Template file for 'raul'
|
|
pkgname=raul
|
|
version=0.8.0
|
|
revision=5
|
|
build_style=waf
|
|
hostmakedepends="pkg-config python"
|
|
makedepends="glib-devel boost-devel"
|
|
short_desc="C++ utility library primarily aimed at audio/musical applications"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="ISC"
|
|
homepage="http://drobilla.net/software/raul/"
|
|
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
|
checksum=0b35cd7bb6fb0b1ca0340be07678a2561888572c96cf4e4da4d8f4c03a20ba26
|
|
|
|
raul-devel_package() {
|
|
depends="libglib-devel raul>=${version}_${revision}"
|
|
short_desc+=" - Development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|