mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-09 13:27:14 +08:00
libspatialite: rebuild with new proj
This commit is contained in:
parent
89eb06a99a
commit
7e6073ab06
@ -1,18 +1,17 @@
|
|||||||
pkgname=libspatialite
|
pkgname=libspatialite
|
||||||
pkgver=4.3.0a
|
pkgver=4.3.0a
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="SQLite extension to support spatial data types and operations"
|
pkgdesc="SQLite extension to support spatial data types and operations"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.gaia-gis.it/fossil/libspatialite/index"
|
url="https://www.gaia-gis.it/fossil/libspatialite/index"
|
||||||
license=('MPL')
|
license=('MPL')
|
||||||
depends=('geos' 'proj' 'sqlite3' 'freexl')
|
depends=('geos' 'proj' 'sqlite' 'freexl')
|
||||||
options=('!libtool')
|
|
||||||
source=("http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz")
|
source=("http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz")
|
||||||
md5sums=('6b380b332c00da6f76f432b10a1a338c')
|
md5sums=('6b380b332c00da6f76f432b10a1a338c')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
./configure --prefix=/usr --enable-geosadvanced
|
./configure --prefix=/usr --enable-geosadvanced --enable-static=no
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user