xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-navigation/geos/geos.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1DESCRIPTION = "GEOS - Geometry Engine, Open Source"
2HOMEPAGE = "http://trac.osgeo.org/geos/"
3SECTION = "libs"
4
5LICENSE = "LGPL-2.1-or-later"
6LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
7
8SRC_URI = "http://download.osgeo.org/geos/geos-${PV}.tar.bz2"
9
10inherit autotools pkgconfig binconfig
11
12PACKAGES =+ "geoslib ${PN}-c1"
13
14DESCRIPTION:${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library"
15FILES:${PN}lib += "${libdir}/libgeos-${PV}.so"
16
17DESCRIPTION:${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library"
18FILES:${PN}-c1 += "${libdir}/libgeos_c.so.*"
19
20ALLOW_EMPTY:${PN} = "1"
21RDEPENDS:${PN} += "geoslib ${PN}-c1"
22