2012-09-19 08:22:23 +02:00
|
|
|
# Template file for 'raul'
|
|
|
|
pkgname=raul
|
|
|
|
version=0.8.0
|
2014-02-17 16:23:11 +01:00
|
|
|
revision=4
|
2012-09-19 08:22:23 +02:00
|
|
|
build_style=waf
|
2014-02-17 16:23:11 +01:00
|
|
|
hostmakedepends="pkg-config python"
|
|
|
|
makedepends="glib-devel boost-devel"
|
|
|
|
short_desc="C++ utility library primarily aimed at audio/musical applications"
|
2012-09-19 08:22:23 +02:00
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
license="ISC"
|
|
|
|
homepage="http://drobilla.net/software/raul/"
|
|
|
|
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
|
|
|
checksum=0b35cd7bb6fb0b1ca0340be07678a2561888572c96cf4e4da4d8f4c03a20ba26
|
2013-04-14 11:53:56 +02:00
|
|
|
|
|
|
|
raul-devel_package() {
|
2014-02-17 16:23:11 +01:00
|
|
|
depends="libglib-devel raul>=${version}_${revision}"
|
2014-01-01 16:10:11 +01:00
|
|
|
short_desc+=" - Development files"
|
2013-04-14 11:53:56 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-02-17 16:23:11 +01:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-14 11:53:56 +02:00
|
|
|
}
|
|
|
|
}
|