[Lunar-commits] r24353 - moonbase/trunk/editors/biew
Dennis Veatch
stumbles at lunar-linux.org
Wed May 9 14:57:01 CEST 2007
Author: stumbles
Date: 2007-05-09 14:57:01 +0200 (Wed, 09 May 2007)
New Revision: 24353
Modified:
moonbase/trunk/editors/biew/BUILD
moonbase/trunk/editors/biew/DETAILS
Log:
Version bump with some obvious changes.
Modified: moonbase/trunk/editors/biew/BUILD
===================================================================
--- moonbase/trunk/editors/biew/BUILD 2007-05-09 09:08:12 UTC (rev 24352)
+++ moonbase/trunk/editors/biew/BUILD 2007-05-09 12:57:01 UTC (rev 24353)
@@ -1,29 +1,13 @@
(
- unset CFLAGS CCFLAGS LDFLAGS
case $USE_MOUSE in
y|Y|j|J) UM="y" ;;
*) UM="n" ;;
esac
- sedit "s/TARGET_OS=unix/TARGET_OS=linux/" makefile &&
- sedit "s/TARGET_PLATFORM=i386/TARGET_PLATFORM=i586/" makefile &&
- sedit "s/USE_MOUSE=n/USE_MOUSE=$UM/" makefile &&
- sedit "s/\/usr\/local/\/usr/" biewlib/sysdep/generic/unix/os_dep.c &&
+ sedit '267d' makefile
+ sedit '266d' makefile
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ default_build
- make &&
- prepare_install &&
- gzip doc/biew.1 &&
- cp doc/biew.1.gz /usr/man/man1 &&
- cp biew /usr/bin &&
- mkdir -p /usr/share/biew &&
- cp bin_rc/skn/*.skn /usr/share/biew &&
- cp -R bin_rc/xlt /usr/share/biew &&
- cp bin_rc/biew.hlp /usr/share/biew &&
- cp -R hlp/* /usr/share/biew
-
-
-) > $C_FIFO 2>&1
-
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/editors/biew/DETAILS
===================================================================
--- moonbase/trunk/editors/biew/DETAILS 2007-05-09 09:08:12 UTC (rev 24352)
+++ moonbase/trunk/editors/biew/DETAILS 2007-05-09 12:57:01 UTC (rev 24353)
@@ -1,14 +1,11 @@
MODULE=biew
- VERSION=562
- SOURCE=$MODULE$VERSION.tar.bz2
- SOURCE2=biew-562-gcc4.asp.patch.bz2
+ VERSION=564
+ SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/biew/
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:44435c0815a59d38c9a6c74d09c0f495e71e23fe
- SOURCE2_VFY=4ef0ae0b837948cc166b09ab4aa23f3dd6f55a9c
+ SOURCE_VFY=sha1:2db842d028f9c2adfeaacd256eb72995b3e36427
WEB_SITE=http://biew.sourceforge.net/en/biew.html
ENTERED=20020106
- UPDATED=20060122
+ UPDATED=20070509
SHORT="binary file viewer/editor/disassembler"
cat << EOF
BIEW (Binary vIEW) is a free, portable, advanced file viewer with a
More information about the Lunar-commits
mailing list