faust: build with cmake directly

This commit is contained in:
Đoàn Trần Công Danh 2025-08-30 07:10:25 +07:00
parent 87b1eb2d1d
commit 98cb4929c5

View file

@ -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}
}