[Lunar-commits] CVS: moonbase/graphics/netpbm BUILD, 1.2, 1.3 DETAILS, 1.8, 1.9

Auke Kok sofar at lunar-linux.org
Wed Dec 1 13:29:19 UTC 2004


Update of /var/cvs/lunar/moonbase/graphics/netpbm
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/graphics/netpbm

Modified Files:
	BUILD DETAILS 
Log Message:
Build inside the /usr/src directory


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/netpbm/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	11 Jun 2004 17:05:48 -0000	1.2
+++ BUILD	1 Dec 2004 13:29:17 -0000	1.3
@@ -1,11 +1,7 @@
 (
 
-#cleanup is necessary
-
-  if [ -d /tmp/netpbm ]; then
-     rm -Rf /tmp/netpbm
-  fi                                &&
-
+  sedit "s:/tmp/netpbm:$(pwd -P)/BUILD:g" Makefile.config.in buildtools/installnetpbm.pl doc/README.DJGPP
+  sedit "s/CC = cc/CC = gcc/" Makefile.config.in &&
   echo  -e  "
 gnu
 regular
@@ -26,12 +22,11 @@
 
 
 " | ./configure    &&
-  sedit "s/CC = cc/CC = gcc/" Makefile.config &&
   make             &&
   make package     &&
   prepare_install  &&
-  
-    echo -e "/tmp/netpbm
+
+    echo -e "$(pwd -P)/BUILD
 /usr
 /usr/bin
 /usr/lib
@@ -43,6 +38,3 @@
 " | ./installnetpbm
 
 ) > $C_FIFO 2>&1
-
-
-

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/netpbm/DETAILS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- DETAILS	26 Nov 2004 05:54:21 -0000	1.8
+++ DETAILS	1 Dec 2004 13:29:17 -0000	1.9
@@ -1,14 +1,13 @@
-           MODULE=netpbm
+          MODULE=netpbm
          VERSION=10.18.17
           SOURCE=$MODULE-$VERSION.tgz
-   SOURCE_URL=$SFORGE_URL/$MODULE/
-     SOURCE_VFY=sha1:2b15024c421b3c9769f5b10e0687f9a9cf7f882f
-       WEB_SITE=http://netpbm.sourceforge.net
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:2b15024c421b3c9769f5b10e0687f9a9cf7f882f
+        WEB_SITE=http://netpbm.sourceforge.net
          ENTERED=20010922
          UPDATED=20021126
 	   PSAFE=no
            SHORT="netpbm contains 220 programs that convert graphics formats."
-
 cat << EOF
 NetPBM (formerly PBMplus) is a package of over 220 programs that convert
 from one graphics format to another and do simple editing and analysis



More information about the Lunar-commits mailing list