diff options
author | davidovski <david@davidovski.xyz> | 2022-06-15 20:02:02 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-15 20:02:02 +0100 |
commit | d2567bfbdf0e9fa6db0a6ed1534831ec859a3e03 (patch) | |
tree | 684a17eebf446aa1adab1097616f1882c8d51568 /skip/zynaddsubfx/zynaddsubfx.xibuild | |
parent | d1fc3393cca72e8e432f827f7624e38734fad6dc (diff) |
added deps for qemu
Diffstat (limited to 'skip/zynaddsubfx/zynaddsubfx.xibuild')
-rw-r--r-- | skip/zynaddsubfx/zynaddsubfx.xibuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/skip/zynaddsubfx/zynaddsubfx.xibuild b/skip/zynaddsubfx/zynaddsubfx.xibuild deleted file mode 100644 index 6362364..0000000 --- a/skip/zynaddsubfx/zynaddsubfx.xibuild +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -NAME="zynaddsubfx" -DESC="Opensource software synthesizer capable of making a countless number of instruments." - -MAKEDEPS="cmake jack fltk portaudio mxml sndio bash-completion liblo" -DEPS="less " - -PKG_VER=3.0.6 -SOURCE="https://downloads.sourceforge.net/project/zynaddsubfx/zynaddsubfx/$PKG_VER/zynaddsubfx-$PKG_VER.tar.bz2" -ADDITIONAL=" -" - -build () { - cmake -B build \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=/usr/lib - cmake --build build -} - -package () { - DESTDIR="$PKG_DEST" cmake --install build -} |