[arch-commits] Commit in shapelib/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Feb 19 18:26:36 UTC 2018
Date: Monday, February 19, 2018 @ 18:26:35
Author: jlichtblau
Revision: 296401
archrelease: copy trunk to community-x86_64
Added:
shapelib/repos/community-x86_64/PKGBUILD
(from rev 296400, shapelib/trunk/PKGBUILD)
Deleted:
shapelib/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 ++++++++++++++++++++++++++++--------------------------
1 file changed, 28 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-19 18:26:21 UTC (rev 296400)
+++ PKGBUILD 2018-02-19 18:26:35 UTC (rev 296401)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
-# Contributor: Bob Finch <w9ya at arrl.net>
-
-pkgname=shapelib
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Simple C API for reading and writing ESRI Shapefiles'
-arch=('i686' 'x86_64')
-url='http://shapelib.maptools.org/'
-license=('LGPL')
-depends=('gcc-libs' 'proj')
-source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('3eddd5f2690f2cf18d8d9798267537a2102a289020b9818f9a31eb626f91a7a1')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: shapelib/repos/community-x86_64/PKGBUILD (from rev 296400, shapelib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-02-19 18:26:35 UTC (rev 296401)
@@ -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=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=('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