mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/wxHexEditor: Updated for version 0.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
33f3b6085a
commit
6d51148003
4 changed files with 10 additions and 10 deletions
|
@ -5,4 +5,4 @@ It supports files up to 2^64 bytes.
|
|||
|
||||
Besides editing very big files, wxHexEditor has some unique
|
||||
features like comparing big files, x86 disassembling, low-level
|
||||
data recovery, see http://www.wxhexeditor.org/home.php
|
||||
data recovery.
|
||||
|
|
|
@ -11,9 +11,9 @@ wxHexEditor:
|
|||
wxHexEditor: wxHexEditor is hex editor for Linux, Winodws and MacOSX.
|
||||
wxHexEditor: It supports files up to 2^64 bytes.
|
||||
wxHexEditor:
|
||||
wxHexEditor: Besides editing very big files, wxHexEditor has some unique
|
||||
wxHexEditor: features like comparing big files, x86 disassembling, low-level
|
||||
wxHexEditor:
|
||||
wxHexEditor: Homepage: http://wxhexeditor.sourceforge.net/
|
||||
wxHexEditor: Author: Erdem U. Altinyurt
|
||||
wxHexEditor:
|
||||
wxHexEditor: Besides editing very big files, wxHexEditor has some unique
|
||||
wxHexEditor: features like comparing big files, x86 disassembling, low-level
|
||||
wxHexEditor: data recovery, see http://www.wxhexeditor.org/home.php
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Branko Grubic <branko.grubic@gmail.com>
|
||||
# Former maintainer Vliegendehuiskat <vliegendehuiskat [at] gmail [dot] com>
|
||||
# Former maintainer Didier Spaier, Paris, France
|
||||
# Current maintainer Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Current maintainer 2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -27,7 +27,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=wxHexEditor
|
||||
VERSION=${VERSION:-0.22}
|
||||
VERSION=${VERSION:-0.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,7 +71,7 @@ find -L . \
|
|||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
make PREFIX=/usr OPTFLAGS="$SLKCFLAGS" HOST=$ARCH-slackware-linux
|
||||
make install PREFIX=$PKG/usr
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wxHexEditor"
|
||||
VERSION="0.22"
|
||||
VERSION="0.23"
|
||||
HOMEPAGE="http://wxhexeditor.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/wxhexeditor/wxHexEditor-v0.22-src.tar.bz2"
|
||||
MD5SUM="eb88cfcda0553e23a2a9490197e18552"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/wxhexeditor/wxHexEditor-v0.23-src.tar.bz2"
|
||||
MD5SUM="d0e785c95cf40737246e5b2cc4cb7204"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxPython"
|
||||
|
|
Loading…
Reference in a new issue