diff options
| author | Jan Luebbe <jluebbe@debian.org> | 2012-03-06 10:36:13 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-16 21:11:44 +0100 |
| commit | 77a7c689948fa16b1d8fafae9519dc03fa88977d (patch) | |
| tree | 3bcda5b386e3abdc8dbaa23e8e4dcaafef7ff92e /meta-oe/recipes-navigation/libspatialite/libspatialite.inc | |
| parent | 65b7d5b45718400b2b7b049d216b4a3613c60259 (diff) | |
| download | meta-openembedded-77a7c689948fa16b1d8fafae9519dc03fa88977d.tar.gz | |
libspatialite: add recipe
Signed-off-by: Jan Luebbe <jluebbe@debian.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation/libspatialite/libspatialite.inc')
| -rw-r--r-- | meta-oe/recipes-navigation/libspatialite/libspatialite.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/libspatialite/libspatialite.inc b/meta-oe/recipes-navigation/libspatialite/libspatialite.inc new file mode 100644 index 0000000000..f51b3a5f4e --- /dev/null +++ b/meta-oe/recipes-navigation/libspatialite/libspatialite.inc | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "Library extending the SQLite core to support fully fledged Spatial SQL capabilities" | ||
| 2 | HOMEPAGE = "https://www.gaia-gis.it/fossil/libspatialite/" | ||
| 3 | SECTION = "libs" | ||
| 4 | DEPENDS = "proj geos" | ||
| 5 | |||
| 6 | INC_PR = "r0" | ||
| 7 | |||
| 8 | LICENSE = "MPLv1.1 GPLv2+ LGPLv2.1+" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=0e92e1a36cc384b60f5b31dde0bdd39e" | ||
| 10 | |||
| 11 | SRC_URI = "http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-${PV}.tar.gz" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig | ||
| 14 | |||
| 15 | EXTRA_OECONF = "--enable-freexl=no" | ||
| 16 | |||
