gdal: add 1.3.2, doesn't stage anything yet.
authorKoen Kooi <koen@openembedded.org>
Thu, 27 Jul 2006 15:27:04 +0000 (15:27 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 27 Jul 2006 15:27:04 +0000 (15:27 +0000)
And don't look inside, you might go blind...

packages/gdal/.mtn2git_empty [new file with mode: 0644]
packages/gdal/gdal_1.3.2.bb [new file with mode: 0644]

diff --git a/packages/gdal/.mtn2git_empty b/packages/gdal/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gdal/gdal_1.3.2.bb b/packages/gdal/gdal_1.3.2.bb
new file mode 100644 (file)
index 0000000..c445cd1
--- /dev/null
@@ -0,0 +1,38 @@
+DESCRIPTION = "GDAL is a translator library for raster geospatial data formats"
+HOMEPAGE = "http://www.gdal.org/"
+LICENSE = "MIT"
+DEPENDS = "zlib"
+
+SRC_URI = "http://www.gdal.org/dl/${P}.tar.gz"
+
+inherit autotools pkgconfig
+
+PARALLEL_MAKE = ""
+
+EXTRA_OECONF = "--without-perl \
+                --without-python \
+                --without-php \
+                --without-ruby \
+                --with-libz=internal \
+                --with-png=internal \
+                --with-jpeg=internal \
+                --with-libtiff=internal \
+                "
+
+do_configure_append() {
+               sed -i s:/usr/lib:${D}${libdir}: GDALmake.opt
+               sed -i s:/usr/bin:${D}${bindir}: GDALmake.opt
+               sed -i s:/usr/share:${D}${datadir}: GDALmake.opt
+               sed -i s:/usr/include:${D}${includedir}: GDALmake.opt
+}
+
+do_compile() {
+               oe_runmake default
+}
+
+
+do_package_prepend() {
+       # the brokenness....
+       os.system('cp -a ${D}${D}* ${D}../')
+}      
+