2012-08-11 17:16:46 +08:00
|
|
|
pkgname=libspatialite
|
2016-09-12 08:53:40 +08:00
|
|
|
pkgver=4.3.0a
|
2014-12-17 22:00:37 +08:00
|
|
|
pkgrel=1
|
2012-08-11 17:16:46 +08:00
|
|
|
pkgdesc="SQLite extension to support spatial data types and operations"
|
2013-11-25 20:12:51 +08:00
|
|
|
arch=('x86_64')
|
2012-08-11 17:16:46 +08:00
|
|
|
url="https://www.gaia-gis.it/fossil/libspatialite/index"
|
|
|
|
license=('MPL')
|
2013-12-12 00:35:43 +08:00
|
|
|
depends=('geos' 'proj' 'sqlite3' 'freexl')
|
2012-08-11 17:16:46 +08:00
|
|
|
options=('!libtool')
|
2013-11-25 20:12:51 +08:00
|
|
|
source=("http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz")
|
2016-09-12 08:53:40 +08:00
|
|
|
md5sums=('6b380b332c00da6f76f432b10a1a338c')
|
2012-08-11 17:16:46 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "$srcdir/$pkgname-$pkgver"
|
2013-12-12 00:35:43 +08:00
|
|
|
./configure --prefix=/usr --enable-geosadvanced
|
2012-08-11 17:16:46 +08:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "$srcdir/$pkgname-$pkgver"
|
|
|
|
make DESTDIR="$pkgdir/" install
|
|
|
|
}
|