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