diff options
author | Branko Grubic <branko.grubic@gmail.com> | 2011-09-13 22:37:42 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-13 22:37:42 -0300 |
commit | 3f1c72d4b9042be7add04a3f413b7540704a6859 (patch) | |
tree | c1b50b9b5856eca8f549634073f2c4ef1af5d212 /development/wxHexEditor/wxHexEditor.SlackBuild | |
parent | bccf24dcc5a35de4808da225c18a9964902627e1 (diff) |
development/wxHexEditor: Updated for version 0.11.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/wxHexEditor/wxHexEditor.SlackBuild')
-rw-r--r-- | development/wxHexEditor/wxHexEditor.SlackBuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/development/wxHexEditor/wxHexEditor.SlackBuild b/development/wxHexEditor/wxHexEditor.SlackBuild index efd86ce2ea2b..50b7fa2fe28a 100644 --- a/development/wxHexEditor/wxHexEditor.SlackBuild +++ b/development/wxHexEditor/wxHexEditor.SlackBuild @@ -5,7 +5,7 @@ # Written by Branko Grubic <branko.grubic@gmail.com> PRGNAM=wxHexEditor -VERSION=${VERSION:-0.10} +VERSION=${VERSION:-0.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,11 +52,14 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -make +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ + make make install DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION - +cp -a docs/Change.log docs/GPL.txt \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |