Files
meta-openembedded/meta-oe/recipes-navigation/libspatialite/libspatialite.inc
Jan Luebbe 77a7c68994 libspatialite: add recipe
Signed-off-by: Jan Luebbe <jluebbe@debian.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-16 21:11:44 +01:00

17 lines
486 B
PHP

DESCRIPTION = "Library extending the SQLite core to support fully fledged Spatial SQL capabilities"
HOMEPAGE = "https://www.gaia-gis.it/fossil/libspatialite/"
SECTION = "libs"
DEPENDS = "proj geos"
INC_PR = "r0"
LICENSE = "MPLv1.1 GPLv2+ LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=0e92e1a36cc384b60f5b31dde0bdd39e"
SRC_URI = "http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-${PV}.tar.gz"
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-freexl=no"