diff options
author | Willy Sudiarto Raharjo <willysr@gmail.com> | 2012-09-24 08:07:39 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-23 22:38:38 -0500 |
commit | 0af165af979791bdf42d47d6a669bf0e3b6d3111 (patch) | |
tree | aa0029f1bc9750edaa31b57cd4c1635875ad7a76 /audio/shell-fm/shell-fm.SlackBuild | |
parent | 60159b2e830095583b5f9664309c689a019919e9 (diff) | |
download | slackbuilds-0af165af979791bdf42d47d6a669bf0e3b6d3111.tar.gz |
audio/shell-fm: Updated for (git) version be44e16 and fix compile.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/shell-fm/shell-fm.SlackBuild')
-rw-r--r-- | audio/shell-fm/shell-fm.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/shell-fm/shell-fm.SlackBuild b/audio/shell-fm/shell-fm.SlackBuild index b8ed9d277d..1a46dfc330 100644 --- a/audio/shell-fm/shell-fm.SlackBuild +++ b/audio/shell-fm/shell-fm.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=shell-fm -VERSION=${VERSION:-git20100614} +VERSION=${VERSION:-be44e16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,7 +62,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . @@ -72,6 +72,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +LDFLAGS="-lstdc++" \ make make install DESTDIR=$PKG |