summaryrefslogtreecommitdiff
path: root/user/ladspa
diff options
context:
space:
mode:
Diffstat (limited to 'user/ladspa')
-rw-r--r--user/ladspa/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/user/ladspa/APKBUILD b/user/ladspa/APKBUILD
index dfadd5e2b..6c9a1112b 100644
--- a/user/ladspa/APKBUILD
+++ b/user/ladspa/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer: William Pitcock <nenolod@dereferenced.org>
+# Maintainer:
pkgname=ladspa
-pkgver=1.13
-pkgrel=3
+pkgver=1.15
+pkgrel=0
pkgdesc="Linux Audio Developer's Simple Plug-in API, examples and tools"
url="http://www.ladspa.org/"
arch="all"
@@ -23,17 +23,14 @@ prepare() {
}
build() {
- cd "$builddir"
make targets
}
check() {
- cd "$builddir"
make test
}
package() {
- cd "$builddir"
make INSTALL_PLUGINS_DIR="$pkgdir/usr/lib/ladspa/" \
INSTALL_INCLUDE_DIR="$pkgdir/usr/include/" \
INSTALL_BINARY_DIR="$pkgdir/usr/bin/" install