geos: add 3.0.0rc4
authorKoen Kooi <koen@openembedded.org>
Thu, 28 Jun 2007 12:24:33 +0000 (12:24 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 28 Jun 2007 12:24:33 +0000 (12:24 +0000)
packages/geos/.mtn2git_empty [new file with mode: 0644]
packages/geos/geos_2.2.3+3.0.0rc4.bb [new file with mode: 0644]

diff --git a/packages/geos/.mtn2git_empty b/packages/geos/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/geos/geos_2.2.3+3.0.0rc4.bb b/packages/geos/geos_2.2.3+3.0.0rc4.bb
new file mode 100644 (file)
index 0000000..166b188
--- /dev/null
@@ -0,0 +1,19 @@
+DESCRIPTION = "GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS)."
+HOMEPAGE = "http://geos.refractions.net/"
+LICENSE = "GPLv2""
+
+DEPENDS = "boost"
+
+SRC_URI = "http://geos.refractions.net/geos-3.0.0rc4.tar.bz2"
+
+S = "${WORKDIR}/geos-3.0.0rc4"
+
+inherit autotools pkgconfig lib_package
+
+EXTRA_OECONF = "--disable-swig"
+
+do_stage() {
+       autotools_stage_all
+}       
+
+