[csw-devel] SF.net SVN: gar:[14025] csw/mgar/pkg/gdal/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Mar 31 01:50:45 CEST 2011
Revision: 14025
http://gar.svn.sourceforge.net/gar/?rev=14025&view=rev
Author: bdwalton
Date: 2011-03-30 23:50:45 +0000 (Wed, 30 Mar 2011)
Log Message:
-----------
gdal/trunk: disable tests (no suite?), set license file, reset GARTYPE
Modified Paths:
--------------
csw/mgar/pkg/gdal/trunk/Makefile
Modified: csw/mgar/pkg/gdal/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gdal/trunk/Makefile 2011-03-30 23:49:59 UTC (rev 14024)
+++ csw/mgar/pkg/gdal/trunk/Makefile 2011-03-30 23:50:45 UTC (rev 14025)
@@ -8,7 +8,7 @@
GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single abstract data model to the calling application for all supported formats. It also comes with a variety of useful commandline utilities for data translation and processing.
endef
-GARTYPE = v2-defaultchange
+GARTYPE = v2
MASTER_SITES = http://download.osgeo.org/$(NAME)/
DISTFILES = $(DISTNAME).tar.gz
@@ -27,4 +27,9 @@
#CONFIGURE_ARGS += --with-pg=/opt/csw/postgresql/bin/pg_config
CONFIGURE_ARGS += --with-sqlite3=$(prefix)
+# doesn't have tests?
+TEST_TARGET =
+
+LICENSE = LICENSE.TXT
+
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list