aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/geos/geos.inc
blob: e0c82bc972400bf5d28144f872dc35095e60efd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"