mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 12:41:58 +02:00
Remove patch applied upstream. The change in COPYING is due to updated FSF postal address. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
22 lines
674 B
PHP
22 lines
674 B
PHP
DESCRIPTION = "GEOS - Geometry Engine, Open Source"
|
|
HOMEPAGE = "http://trac.osgeo.org/geos/"
|
|
SECTION = "libs"
|
|
|
|
LICENSE = "LGPLv2.1+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
SRC_URI = "http://download.osgeo.org/geos/geos-${PV}.tar.bz2"
|
|
|
|
inherit autotools pkgconfig binconfig
|
|
|
|
PACKAGES =+ "geoslib ${PN}-c1"
|
|
|
|
DESCRIPTION_${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library"
|
|
FILES_${PN}lib += "${libdir}/libgeos-${PV}.so"
|
|
|
|
DESCRIPTION_${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library"
|
|
FILES_${PN}-c1 += "${libdir}/libgeos_c.so.*"
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
RDEPENDS_${PN} += "geoslib ${PN}-c1"
|