25 lines
942 B
Bash
25 lines
942 B
Bash
# Template file for 'csound'
|
|
pkgname=csound
|
|
version=6.09.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="
|
|
-DJAVA_MODULE_INSTALL_DIR=/usr/lib/csound/java
|
|
-DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages
|
|
-DLUA_MODULE_INSTALL_DIR=/usr/lib/lua/5.1
|
|
-DDPD_MODULE_INSTALL_DIR=/usr/lib/pd/extra"
|
|
hostmakedepends="python flex"
|
|
makedepends="pd-devel fltk-devel fluidsynth-devel liblo-devel portaudio-devel portmidi-devel tk-devel libcurl-devel LuaJIT-devel boost-devel libgomp-devel libsndfile-devel"
|
|
depends="pd"
|
|
short_desc="A programming language for sound rendering and signal processing"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="LGPL-3"
|
|
homepage="http://csound.github.io"
|
|
distfiles="https://github.com/$pkgname/$pkgname/archive/$version.tar.gz"
|
|
checksum=fa57dcf31c33ff1f95910ebf794b2f7f6270a311224c812d54eaf660d4b92392
|
|
nocross=yes
|
|
|
|
post_install() {
|
|
rm -r $DESTDIR/tmp
|
|
vinstall ${FILESDIR}/csound.sh 755 etc/profile.d
|
|
}
|