diff options
author | B. Watson <yalhcru@gmail.com> | 2013-06-28 20:45:52 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-29 09:37:16 -0300 |
commit | 1ea788d4fcfe96f659f37239da2a355f8969b62c (patch) | |
tree | 36ec489e3a6d7183fb4c50dcc3c89fe11a820669 /audio/sooperlooper/sooperlooper.SlackBuild | |
parent | 878c2773cee9e7105e22bccd2d32f0bd51d65e6e (diff) |
audio/sooperlooper: Updated for version 1.7.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/sooperlooper/sooperlooper.SlackBuild')
-rw-r--r-- | audio/sooperlooper/sooperlooper.SlackBuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/audio/sooperlooper/sooperlooper.SlackBuild b/audio/sooperlooper/sooperlooper.SlackBuild index 824189b395ace..154a42efad9cc 100644 --- a/audio/sooperlooper/sooperlooper.SlackBuild +++ b/audio/sooperlooper/sooperlooper.SlackBuild @@ -4,10 +4,10 @@ # Written by B. Watson (yalhcru@gmail.com) -# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details. +# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=sooperlooper -VERSION=${VERSION:-1.6.18} +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,7 +66,12 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux make -make install-strip DESTDIR=$PKG +make install DESTDIR=$PKG + +# 'make install-strip' in 1.7.0 fails to install the slconsole and slregister +# binaries. Rather than plumb the murky depths of autotools, I'll just +# do it manually. +strip $PKG/usr/bin/* # Man pages, desktop, icon borrowed from Debian (thanks!) mkdir -p $PKG/usr/share/applications |