mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-01 01:22:55 +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
|
||||
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 <mag-one@autistici.org>"
|
||||
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue