Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 sqlite3 libxml2 zlib" |
| 5 | |
| 6 | LICENSE = "MPLv1.1 & GPLv2+ & LGPLv2.1+" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0e92e1a36cc384b60f5b31dde0bdd39e" |
| 8 | |
| 9 | SRC_URI = "http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-${PV}.tar.gz" |
| 10 | |
| 11 | inherit autotools pkgconfig |
| 12 | |
| 13 | EXTRA_OECONF = "--enable-freexl=no" |
| 14 | |
| 15 | # package plugins for SQLite3 |
| 16 | PACKAGES += "${PN}-plugin" |
| 17 | INSANE_SKIP_${PN}-plugin = "dev-so" |
| 18 | FILES_${PN}-plugin += "${libdir}/mod_*" |
| 19 | |
| 20 | SRC_URI[md5sum] = "83305ed694a77152120d1f74c5151779" |
| 21 | SRC_URI[sha256sum] = "9f138a6854740c7827fdee53845eb1485fce3e805a7aa9fc9151f8046ebd312d" |
| 22 | |
| 23 | SRC_URI += "file://geos-config.patch" |