30 lines
844 B
Text
30 lines
844 B
Text
# Template file for 'raul'
|
|
pkgname=raul
|
|
version=0.8.0
|
|
revision=3
|
|
build_style=waf
|
|
makedepends="pkg-config python glib-devel boost-devel"
|
|
short_desc="C++ utility library primarily aimed at audio/musical applications."
|
|
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
|
|
long_desc="
|
|
Raul (Realtime Audio Utility Library) is a C++ utility library primarily aimed
|
|
at audio/musical applications."
|
|
|
|
raul-devel_package() {
|
|
depends="libglib-devel raul>=${version}"
|
|
short_desc="${short_desc} - Development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|
|
|
|
raul_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|