mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
22 lines
600 B
PHP
22 lines
600 B
PHP
DESCRIPTION = "GEOS - Geometry Engine, Open Source"
|
|
HOMEPAGE = "http://trac.osgeo.org/geos/"
|
|
SECTION = "libs"
|
|
|
|
INC_PR = "r1"
|
|
|
|
LICENSE = "LGPLv2.1+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
|
|
|
SRC_URI = "http://download.osgeo.org/geos/geos-${PV}.tar.bz2"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
# libgeos-${PV}.so is needed in PV
|
|
FILES_SOLIBSDEV = ""
|
|
FILES_${PN}-dev = "${libdir}/*.la \
|
|
${libdir}/libgeos.so \
|
|
${libdir}/libgeos_c.so \
|
|
${includedir}"
|
|
FILES_${PN} += " ${libdir}/libgeos-${PV}.so"
|
|
INSANE_SKIP_${PN} = "dev-so"
|