[Lunar-commits] r18020 - moonbase/trunk/utils/gnokii
Dennis Veatch
stumbles at lunar-linux.org
Sun Jan 8 21:23:56 UTC 2006
Author: stumbles
Date: 2006-01-08 21:23:53 +0000 (Sun, 08 Jan 2006)
New Revision: 18020
Removed:
moonbase/trunk/utils/gnokii/PRE_BUILD
Modified:
moonbase/trunk/utils/gnokii/BUILD
moonbase/trunk/utils/gnokii/DETAILS
Log:
Was having problems getting this to build. It would not create the source
directory. It would complain about PRE_BUILD, forget the error now. So moved
it's contents to BUILD, deleted PRE_BUILD and it worked. Looked at a number of
things but still could not fathom why it wouldn't build.
So this works and at the sametime simplifies a bit.
Modified: moonbase/trunk/utils/gnokii/BUILD
===================================================================
--- moonbase/trunk/utils/gnokii/BUILD 2006-01-08 18:43:44 UTC (rev 18019)
+++ moonbase/trunk/utils/gnokii/BUILD 2006-01-08 21:23:53 UTC (rev 18020)
@@ -1,5 +1,10 @@
(
+ if [ 'grep gnokii /etc/group' != 'gnokii' ]
+ then
+ groupadd gnokii
+ fi
+
OPTS="$OPTS --enable-security --disable-debug --disable-xdebug"
if echo $OPTS | grep -q 'with-x' ; then
sedit "s:LDLIBS += :LDLIBS += -lXpm :" xgnokii/Makefile
Modified: moonbase/trunk/utils/gnokii/DETAILS
===================================================================
--- moonbase/trunk/utils/gnokii/DETAILS 2006-01-08 18:43:44 UTC (rev 18019)
+++ moonbase/trunk/utils/gnokii/DETAILS 2006-01-08 21:23:53 UTC (rev 18020)
@@ -3,7 +3,7 @@
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://www.gnokii.org/download/$MODULE/
SOURCE_VFY=sha1:3d3ba3ce03a418202f50a768b906953843852d61
- WEB_SITE=http://www.gnokii.org/index.shtml
+ WEB_SITE=http://www.gnokii.org/index.shtml/
ENTERED=20050424
UPDATED=20051203
SHORT="tools and driver for mobile phones under various unices"
Deleted: moonbase/trunk/utils/gnokii/PRE_BUILD
More information about the Lunar-commits
mailing list