diff options
author | Willy Sudiarto Raharjo <willysr@gmail.com> | 2012-09-18 20:28:47 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-18 22:54:30 -0500 |
commit | 85870168a1ef92a717875cc287ada4e33083e3ee (patch) | |
tree | 5e06bb53c5d6513c1e8e464ec1ece096fef2ecb2 /audio/lmms/lmms.SlackBuild | |
parent | 20a0e1683a1597cd1581efb387194d97ce5a6913 (diff) | |
download | slackbuilds-85870168a1ef92a717875cc287ada4e33083e3ee.tar.gz |
audio/lmms: Updated for version 0.4.13.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/lmms/lmms.SlackBuild')
-rw-r--r-- | audio/lmms/lmms.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/lmms/lmms.SlackBuild b/audio/lmms/lmms.SlackBuild index 5c6983d193..3282a6ab7f 100644 --- a/audio/lmms/lmms.SlackBuild +++ b/audio/lmms/lmms.SlackBuild @@ -3,9 +3,10 @@ # Slackware build script for lmms # Written by Zbigniew Baniewski, zb@ispid.com.pl +# Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org> PRGNAM=lmms -VERSION=0.4.8 +VERSION=${VERSION:-0.4.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,6 +52,8 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +sed -i 's|lib64|lib|g' cmake/modules/DetectMachine.cmake +patch -p1 < $CWD/lmms-unlink.patch mkdir build cd build cmake \ |