summaryrefslogtreecommitdiff
path: root/packages/geos
diff options
context:
space:
mode:
Diffstat (limited to 'packages/geos')
-rw-r--r--packages/geos/.mtn2git_empty0
-rw-r--r--packages/geos/geos_2.2.3+3.0.0rc4.bb19
2 files changed, 19 insertions, 0 deletions
diff --git a/packages/geos/.mtn2git_empty b/packages/geos/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/geos/.mtn2git_empty
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
index 0000000000..166b188cc1
--- /dev/null
+++ b/packages/geos/geos_2.2.3+3.0.0rc4.bb
@@ -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
+}
+
+