From 3680c502f9d9df9bc465e79a4c387022dde5b062 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 27 Jul 2006 15:27:04 +0000 Subject: gdal: add 1.3.2, doesn't stage anything yet. And don't look inside, you might go blind... --- packages/gdal/.mtn2git_empty | 0 packages/gdal/gdal_1.3.2.bb | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 packages/gdal/.mtn2git_empty create mode 100644 packages/gdal/gdal_1.3.2.bb (limited to 'packages/gdal') diff --git a/packages/gdal/.mtn2git_empty b/packages/gdal/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gdal/gdal_1.3.2.bb b/packages/gdal/gdal_1.3.2.bb new file mode 100644 index 0000000000..c445cd1274 --- /dev/null +++ b/packages/gdal/gdal_1.3.2.bb @@ -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}../') +} + -- cgit v1.2.3