aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/geos/geos_2.2.3+3.0.0rc4.bb
blob: 90bcc4b3844f10503e3000ba1474aa85ed0d0347 (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) is a C++ port of the Java Topology Suite (JTS)."
HOMEPAGE = "http://geos.refractions.net/"
LICENSE = "GPLv2""

DEPENDS = "boost"

PR = "r1"

SRC_URI = "http://geos.refractions.net/geos-3.0.0rc4.tar.bz2"

S = "${WORKDIR}/geos-3.0.0rc4"

inherit autotools pkgconfig lib_package binconfig

EXTRA_OECONF = "--disable-swig"

do_stage() {
       autotools_stage_all
}