From 6f8c1535ce630e733c3a0f1ca1e59387c750160e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 23 Sep 2017 15:00:27 +0200 Subject: spatialite-tools neu --- spatialite-tools/PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 spatialite-tools/PKGBUILD (limited to 'spatialite-tools') diff --git a/spatialite-tools/PKGBUILD b/spatialite-tools/PKGBUILD new file mode 100644 index 00000000..88bd1532 --- /dev/null +++ b/spatialite-tools/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Erich Eckner +# Contributor: Brian Galey +# Contributor: Aldeano +pkgname=spatialite-tools +pkgver=4.3.0 +pkgrel=1 +pkgdesc='Set of CLI tools for spatialite' +arch=('i686' 'x86_64') +url='https://www.gaia-gis.it/fossil/spatialite-tools/index' +license=('MPL') +depends=('libspatialite' 'readosm') +options=('!libtool') +source=("http://www.gaia-gis.it/gaia-sins/$pkgname-sources/$pkgname-$pkgver.tar.gz") +sha256sums=('f739859bc04f38735591be2f75009b98a2359033675ae310dffc3114a17ccf89') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +} -- cgit v1.2.3-54-g00ecf