[arch-commits] Commit in shapelib/repos (2 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed May 16 19:36:40 UTC 2018


    Date: Wednesday, May 16, 2018 @ 19:36:39
  Author: jlichtblau
Revision: 323148

archrelease: copy trunk to community-staging-x86_64

Added:
  shapelib/repos/community-staging-x86_64/
  shapelib/repos/community-staging-x86_64/PKGBUILD
    (from rev 323146, shapelib/trunk/PKGBUILD)

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

Copied: shapelib/repos/community-staging-x86_64/PKGBUILD (from rev 323146, shapelib/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-05-16 19:36:39 UTC (rev 323148)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: Bob Finch <w9ya at arrl.net>
+
+pkgname=shapelib
+pkgver=1.4.1
+pkgrel=2
+pkgdesc='Simple C API for reading and writing ESRI Shapefiles'
+arch=('x86_64')
+url='http://shapelib.maptools.org/'
+license=('LGPL')
+depends=('gcc-libs' 'proj')
+source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a4c94817365761a3a4c21bb3ca1c680a6bdfd3edd61df9fdd291d3e7645923b3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list