stk: fix RAWWAVE_PATH for installation
Set the fixed RAWWAVE_PATH=/usr/share/stk/rawwaves/ because the default relative path does not work with how stk is installed. Also make stk depend on stk-data, i.e. the rawwaves.
This commit is contained in:
parent
cd7afeba43
commit
268855df30
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'stk'
|
||||
pkgname=stk
|
||||
version=4.6.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-alsa --with-jack"
|
||||
configure_args="--with-alsa --with-jack RAWWAVE_PATH=/usr/share/stk/rawwaves/"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="alsa-lib-devel jack-devel"
|
||||
depends="libstk-${version}_${revision}"
|
||||
depends="libstk-${version}_${revision} stk-data-${version}_${revision}"
|
||||
short_desc="Synthesis ToolKit in C++"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="custom:MIT-like"
|
||||
|
|
Loading…
Reference in New Issue