summaryrefslogtreecommitdiffstats
path: root/audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild')
-rw-r--r--audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild b/audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild
index c191e1aea5..edc7770ec4 100644
--- a/audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild
+++ b/audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild
@@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=lv2-mda-metapiano
-VERSION=${VERSION:-20140207}
+VERSION=${VERSION:-0.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,13 +54,11 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
INSTALL_DIR=$PKG/usr/lib$LIBDIRSUFFIX/lv2
-cd src
make TYPE=mdaPiano
make TYPE=mdaPiano install INSTALL_DIR=$INSTALL_DIR
make clean
make TYPE=mdaEPiano
make TYPE=mdaEPiano install INSTALL_DIR=$INSTALL_DIR
-cd -
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true