summaryrefslogtreecommitdiff
path: root/repo/carla/carla.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/carla/carla.xibuild')
-rw-r--r--repo/carla/carla.xibuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/repo/carla/carla.xibuild b/repo/carla/carla.xibuild
new file mode 100644
index 0000000..77d8a7a
--- /dev/null
+++ b/repo/carla/carla.xibuild
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+NAME="carla"
+DESC="Fully-featured audio plugin host"
+
+MAKEDEPS="alsa-lib file fluidsynth liblo libsndfile libx11 linux-headers pulseaudio qt5-qtbase qt5-qtsvg"
+
+PKG_VER=2.4.3
+SOURCE="https://github.com/falkTX/Carla/archive/refs/tags/v$PKG_VER.tar.gz"
+
+build() {
+ make features
+ make
+}
+
+package() {
+ make install PREFIX=/usr DESTDIR="$PKG_DEST"
+}
+