geos_3.2.0.bb: Refine PACKAGES and contents.
[openembedded.git] / recipes / geos / geos_3.2.0.bb
blob388d059458a466122ddc331127bdc3b9bf9465dc
1 DESCRIPTION = "GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS). GEOS provides a spatial object model and fundamental geometric functions. It implements the geometry model defined in the OpenGIS Consortium Simple Features Specification for SQL"
2 HOMEPAGE = "http://geos.refractions.net/"
3 LICENSE = "LGPL"
5 DEPENDS = "boost"
7 PR = "r1"
9 SRC_URI = "http://download.osgeo.org/geos/geos-${PV}.tar.bz2;name=geos \
10 file://geos-arm.patch;patch=1 \
13 S = "${WORKDIR}/${PN}-${PV}"
15 inherit autotools pkgconfig lib_package binconfig
17 PACKAGES += "${PN}-c1"
19 DESCRIPTION_${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library"
20 FILES_${PN}-c1 := "${libdir}/libgeos_c.so.*"
22 DESCRIPTION_${PN} = "Geometry engine for Geographic Information Systems - C++ Library"
23 FILES_${PN} := "${libdir}/libgeos-*"
25 # --disable-inline is not needed if gcc 4.4+ is used
26 EXTRA_OECONF = "--disable-swig --disable-inline"
28 SRC_URI[geos.md5sum] = "bfad7129680f0107b6ca9a2b92a2c440"
29 SRC_URI[geos.sha256sum] = "0a43b76429fd94fd572d79869f3ca5acdf44a9fa73844aa655016f09aaa1e6c7"