diff options
Diffstat (limited to 'recipes/geos/geos_2.2.3+3.0.0rc4.bb')
-rw-r--r-- | recipes/geos/geos_2.2.3+3.0.0rc4.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/geos/geos_2.2.3+3.0.0rc4.bb b/recipes/geos/geos_2.2.3+3.0.0rc4.bb new file mode 100644 index 0000000000..90bcc4b384 --- /dev/null +++ b/recipes/geos/geos_2.2.3+3.0.0rc4.bb @@ -0,0 +1,21 @@ +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" + +PR = "r1" + +SRC_URI = "http://geos.refractions.net/geos-3.0.0rc4.tar.bz2" + +S = "${WORKDIR}/geos-3.0.0rc4" + +inherit autotools pkgconfig lib_package binconfig + +EXTRA_OECONF = "--disable-swig" + +do_stage() { + autotools_stage_all +} + + |