summaryrefslogtreecommitdiffstats
path: root/development/wxHexEditor
diff options
context:
space:
mode:
author Branko Grubic2011-09-14 03:37:42 +0200
committer Niels Horn2011-09-14 03:37:42 +0200
commit3f1c72d4b9042be7add04a3f413b7540704a6859 (patch)
treec1b50b9b5856eca8f549634073f2c4ef1af5d212 /development/wxHexEditor
parentbccf24dcc5a35de4808da225c18a9964902627e1 (diff)
downloadslackbuilds-3f1c72d4b9042be7add04a3f413b7540704a6859.tar.gz
development/wxHexEditor: Updated for version 0.11.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/wxHexEditor')
-rw-r--r--development/wxHexEditor/wxHexEditor.SlackBuild9
-rw-r--r--development/wxHexEditor/wxHexEditor.info8
2 files changed, 10 insertions, 7 deletions
diff --git a/development/wxHexEditor/wxHexEditor.SlackBuild b/development/wxHexEditor/wxHexEditor.SlackBuild
index efd86ce2ea..50b7fa2fe2 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
diff --git a/development/wxHexEditor/wxHexEditor.info b/development/wxHexEditor/wxHexEditor.info
index 46c004a966..3dfbc08664 100644
--- a/development/wxHexEditor/wxHexEditor.info
+++ b/development/wxHexEditor/wxHexEditor.info
@@ -1,10 +1,10 @@
PRGNAM="wxHexEditor"
-VERSION="0.10"
+VERSION="0.11"
HOMEPAGE="http://wxhexeditor.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/wxhexeditor/wxHexEditor-v0.10-src.tar.bz2"
-MD5SUM="1d486ea78a5619082dd80faefcdac90c"
+DOWNLOAD="http://downloads.sourceforge.net/wxhexeditor/wxHexEditor-v0.11-src.tar.bz2"
+MD5SUM="ac0b2453a0fd653fd5f56bc6408fc55c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Branko Grubic"
EMAIL="branko.grubic@gmail.com"
-APPROVED="rworkman"
+APPROVED="rworkman,Niels Horn"