Skip to content
Snippets Groups Projects
Commit 78651dcc authored by alice's avatar alice
Browse files

community/eq10q: build with samurai

parent 212722e6
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Magnus Sandin <magnus.sandin@gmail.com>
pkgname=eq10q
pkgver=2.2
pkgrel=1
pkgrel=2
pkgdesc="Audio plugin bundle over the LV2 standard for Linux"
url="https://eq10q.sourceforge.net/"
options="!check" # No tests available
......@@ -13,21 +13,20 @@ makedepends="
fftw-dev
gtkmm-dev
lv2-dev
"
samurai
"
source="https://downloads.sourceforge.net/project/eq10q/eq10q-$pkgver.tar.gz
fix_lv2ui_descriptor.patch
"
fix_lv2ui_descriptor.patch
"
build() {
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=Release
cmake --build build
}
package() {
DESTDIR="$pkgdir" cmake --install build \
--prefix /usr/lib/lv2
DESTDIR="$pkgdir" cmake --install build --prefix=/usr/lib/lv2
}
sha512sums="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment