diff --git a/srcpkgs/faust/template b/srcpkgs/faust/template index 53534571f71..da9d73b243a 100644 --- a/srcpkgs/faust/template +++ b/srcpkgs/faust/template @@ -2,8 +2,12 @@ pkgname=faust version=2.70.3 revision=1 -build_style=gnu-makefile -hostmakedepends="cmake pkg-config which" +build_style=cmake +build_wrksrc=build +configure_args="-C../backends/regular.cmake -C../targets/regular.cmake + -DWORKLET=OFF -DINCLUDE_LLVM=OFF -DUSE_LLVM_CONFIG=ON + -DBUILD_HTTP_STATIC=OFF" +hostmakedepends="pkg-config" makedepends="libmicrohttpd-devel llvm-libunwind-devel" short_desc="Functional Programming Language for Real Time Signal Processing" maintainer="mag " @@ -28,5 +32,5 @@ fi post_install() { mv $PKGDESTDIR/usr/share/faust $PKGDESTDIR/usr/lib - vcopy examples usr/lib/${pkgname} + vcopy ../examples usr/lib/${pkgname} }