[arch-commits] Commit in (3 files)

Balló György bgyorgy at archlinux.org
Tue Apr 17 15:53:52 UTC 2018


    Date: Tuesday, April 17, 2018 @ 15:53:51
  Author: bgyorgy
Revision: 316763

Move spatialindex from AUR with 48 votes

It's a dependency of qgis.

Added:
  spatialindex/
  spatialindex/trunk/
  spatialindex/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Added: spatialindex/trunk/PKGBUILD
===================================================================
--- spatialindex/trunk/PKGBUILD	                        (rev 0)
+++ spatialindex/trunk/PKGBUILD	2018-04-17 15:53:51 UTC (rev 316763)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Lantald <lantald at Gmx dot com>
+# Contributor: Danilo <aur at dbrgn dot ch>
+
+pkgname=spatialindex
+pkgver=1.8.5
+pkgrel=2
+pkgdesc='Extensible framework that supports robust spatial indexing methods and sophisticated spatial queries'
+arch=(x86_64)
+url="https://libspatialindex.github.io/"
+license=(MIT)
+depends=(gcc-libs)
+source=("https://download.osgeo.org/libspatialindex/$pkgname-src-$pkgver.tar.gz")
+sha256sums=('7caa46a2cb9b40960f7bc82c3de60fa14f8f3e000b02561b36cbf2cfe6a9bfef')
+
+build() {
+  cd $pkgname-src-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-src-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


Property changes on: spatialindex/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list