summaryrefslogtreecommitdiffstats
path: root/audio/alsamodularsynth/alsamodularsynth.SlackBuild
diff options
context:
space:
mode:
author fuzzix <fuzzix@gmail.com>2016-11-06 07:18:49 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-07 06:10:56 +0700
commit1b9059091eb1318e5f1b0bbd5a1d530bfba22c0b (patch)
tree335a192ad6eca58c137644f960ab6673fa398edd /audio/alsamodularsynth/alsamodularsynth.SlackBuild
parent37e7eacfcead765e927dccee11ecbcb6e9291cc4 (diff)
downloadslackbuilds-1b9059091eb1318e5f1b0bbd5a1d530bfba22c0b.tar.gz
slackbuilds-1b9059091eb1318e5f1b0bbd5a1d530bfba22c0b.tar.xz
audio/alsamodularsynth: Updated for version 2.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/alsamodularsynth/alsamodularsynth.SlackBuild')
-rw-r--r--audio/alsamodularsynth/alsamodularsynth.SlackBuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/alsamodularsynth/alsamodularsynth.SlackBuild b/audio/alsamodularsynth/alsamodularsynth.SlackBuild
index 36181aa45c..60c79fccb5 100644
--- a/audio/alsamodularsynth/alsamodularsynth.SlackBuild
+++ b/audio/alsamodularsynth/alsamodularsynth.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=alsamodularsynth
-VERSION=${VERSION:-2.0.1}
+VERSION=${VERSION:-2.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,13 +63,14 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $TARNAM-$VERSION
tar xvf $CWD/$TARNAM-$VERSION.tar.bz2
+patch -p0 < $CWD/configure.patch
cd $TARNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \