[arch-commits] Commit in shapelib/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:32:58 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:32:57
Author: felixonmars
Revision: 658504
archrelease: copy trunk to community-staging-x86_64
Added:
shapelib/repos/community-staging-x86_64/
shapelib/repos/community-staging-x86_64/PKGBUILD
(from rev 658503, shapelib/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: shapelib/repos/community-staging-x86_64/PKGBUILD (from rev 658503, shapelib/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 13:32:57 UTC (rev 658504)
@@ -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=3
+pkgdesc='Simple C API for reading and writing ESRI Shapefiles'
+arch=('x86_64')
+url='http://shapelib.maptools.org/'
+license=('LGPL')
+depends=('gcc-libs')
+source=(https://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