[Lunar-commits] r15660 - in moonbase/branches/submissions/new: . gdal

stumbles stumbles at lunar-linux.org
Fri Jul 8 17:54:21 UTC 2005


Author: stumbles
Date: 2005-07-08 17:54:19 +0000 (Fri, 08 Jul 2005)
New Revision: 15660

Added:
   moonbase/branches/submissions/new/gdal/
   moonbase/branches/submissions/new/gdal/BUILD
   moonbase/branches/submissions/new/gdal/DETAILS
Log:


Added: moonbase/branches/submissions/new/gdal/BUILD
===================================================================
--- moonbase/branches/submissions/new/gdal/BUILD	2005-07-08 17:53:33 UTC (rev 15659)
+++ moonbase/branches/submissions/new/gdal/BUILD	2005-07-08 17:54:19 UTC (rev 15660)
@@ -0,0 +1,17 @@
+(
+
+  
+  ./configure  --sysconfdir=/etc        \
+               --prefix=/usr            \
+               --mandir=/usr/share/man  \
+	       --localstatedir=/var     \
+               --enable-shared          \
+               --disable-static         &&
+               #--with-grass=/usr/grass-6.0.0 &&
+	       
+
+
+  default_make
+
+) > $C_FIFO 2>&1
+


Property changes on: moonbase/branches/submissions/new/gdal/BUILD
___________________________________________________________________
Name: svn:executable
   + *

Added: moonbase/branches/submissions/new/gdal/DETAILS
===================================================================
--- moonbase/branches/submissions/new/gdal/DETAILS	2005-07-08 17:53:33 UTC (rev 15659)
+++ moonbase/branches/submissions/new/gdal/DETAILS	2005-07-08 17:54:19 UTC (rev 15660)
@@ -0,0 +1,12 @@
+           MODULE=gdal
+         VERSION=1.2.6
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.gdal.org/dl/
+      SOURCE_VFY=sha1:7f34ed16324b00a4d95708867995b6145533553b
+        WEB_SITE=http://www.remotesensing.org/gdal/index.html
+         ENTERED=20050705
+         UPDATED=20050705
+           SHORT="Geospatial Data Abstraction Library"
+cat << EOF
+is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license. As a library, it presents a  single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data.
+EOF



More information about the Lunar-commits mailing list