[arch-commits] Commit in shapelib/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Jun 19 07:35:19 UTC 2019


    Date: Wednesday, June 19, 2019 @ 07:35:18
  Author: bgyorgy
Revision: 482312

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-19 07:35:15 UTC (rev 482311)
+++ PKGBUILD	2019-06-19 07:35:18 UTC (rev 482312)
@@ -1,27 +0,0 @@
-# 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
-}

Copied: shapelib/repos/community-staging-x86_64/PKGBUILD (from rev 482311, shapelib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-19 07:35:18 UTC (rev 482312)
@@ -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=2
+pkgdesc='Simple C API for reading and writing ESRI Shapefiles'
+arch=('x86_64')
+url='http://shapelib.maptools.org/'
+license=('LGPL')
+depends=('gcc-libs')
+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