mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
faust: build with cmake directly
This commit is contained in:
parent
87b1eb2d1d
commit
98cb4929c5
1 changed files with 7 additions and 3 deletions
|
@ -2,8 +2,12 @@
|
||||||
pkgname=faust
|
pkgname=faust
|
||||||
version=2.70.3
|
version=2.70.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=cmake
|
||||||
hostmakedepends="cmake pkg-config which"
|
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"
|
makedepends="libmicrohttpd-devel llvm-libunwind-devel"
|
||||||
short_desc="Functional Programming Language for Real Time Signal Processing"
|
short_desc="Functional Programming Language for Real Time Signal Processing"
|
||||||
maintainer="mag <mag-one@autistici.org>"
|
maintainer="mag <mag-one@autistici.org>"
|
||||||
|
@ -28,5 +32,5 @@ fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv $PKGDESTDIR/usr/share/faust $PKGDESTDIR/usr/lib
|
mv $PKGDESTDIR/usr/share/faust $PKGDESTDIR/usr/lib
|
||||||
vcopy examples usr/lib/${pkgname}
|
vcopy ../examples usr/lib/${pkgname}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue