[Lunar-commits] r16344 - moonbase/trunk/archive/sharutils
Dennis Veatch
stumbles at lunar-linux.org
Sun Sep 4 11:38:46 UTC 2005
Author: stumbles
Date: 2005-09-04 11:38:43 +0000 (Sun, 04 Sep 2005)
New Revision: 16344
Modified:
moonbase/trunk/archive/sharutils/BUILD
moonbase/trunk/archive/sharutils/DETAILS
Log:
Many, many bugfixes dealing with confiugre and makefiles.
Most of the old stuff in BUILD and POST_INSTALL is no
longer needed. At least without those it compiled and
installed fine. I left prepare_install, else you see
the red line complaint about prepare_install.
Left the maintainer line in BUILD for historical reasons :)
All done with gcc-3.4.4, glibc-2.3.5.
Modified: moonbase/trunk/archive/sharutils/BUILD
===================================================================
--- moonbase/trunk/archive/sharutils/BUILD 2005-09-04 06:02:35 UTC (rev 16343)
+++ moonbase/trunk/archive/sharutils/BUILD 2005-09-04 11:38:43 UTC (rev 16344)
@@ -1,4 +1,3 @@
-OPTS=$OPTS" --disable-nls"
(
./configure --build=$BUILD \
@@ -6,15 +5,9 @@
--sysconfdir=/etc \
--localstatedir=/var \
$OPTS &&
-
- sedit "s/\$(prefix)\/info/\/usr\/share\/info/" doc/Makefile &&
- sedit "s/\$(prefix)\/man/\/usr\/share\/man/" doc/Makefile &&
- set +x && ##turn it off so that the logs stay readable
- make &&
- prepare_install &&
- make install &&
- make install-man
- #install-info --info-dir=/usr/share/info /usr/info/sharutils.info
-) > $C_FIFO 2>&1
+ make &&
+ prepare_install &&
+ make install
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/archive/sharutils/DETAILS
===================================================================
--- moonbase/trunk/archive/sharutils/DETAILS 2005-09-04 06:02:35 UTC (rev 16343)
+++ moonbase/trunk/archive/sharutils/DETAILS 2005-09-04 11:38:43 UTC (rev 16344)
@@ -1,11 +1,12 @@
MODULE=sharutils
- VERSION=4.2.1
+ VERSION=4.5.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$GNU_URL/$MODULE/
+ SOURCE_URL[0]=$GNU_URL/$MODULE/REL-$VERSION/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
+ SOURCE_VFY=sha1:ac403e7037af40ad88f468c55f32b3eec566e83d
WEB_SITE=http://www.gnu.org/software/sharutils/
ENTERED=20020420
- UPDATED=20020420
+ UPDATED=20050904
MAINTAINER=kongar at tsrsb.org.tr
SHORT="sharutils GNU shar for handling shell archives"
cat << EOF
More information about the Lunar-commits
mailing list