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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Jun 16 13:51:59 UTC 2019


    Date: Sunday, June 16, 2019 @ 13:51:58
  Author: jlichtblau
Revision: 481855

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shapelib/repos/community-staging-x86_64/PKGBUILD (from rev 481854, shapelib/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-06-16 13:51:58 UTC (rev 481855)
@@ -0,0 +1,27 @@
+# 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.5.0
+pkgrel=1
+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=('1fc0a480982caef9e7b9423070b47750ba34cd0ba82668f2e638fab1d07adae1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list