[arch-commits] Commit in gen2shp/repos (community-any community-any/PKGBUILD)

Federico Cinelli cinelli at nymeria.archlinux.org
Tue Mar 12 07:13:50 UTC 2013


    Date: Tuesday, March 12, 2013 @ 08:13:50
  Author: cinelli
Revision: 86130

archrelease: copy trunk to community-any

Added:
  gen2shp/repos/community-any/
  gen2shp/repos/community-any/PKGBUILD
    (from rev 86129, gen2shp/trunk/PKGBUILD)

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

Copied: gen2shp/repos/community-any/PKGBUILD (from rev 86129, gen2shp/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-03-12 07:13:50 UTC (rev 86130)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=6
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('any')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz")
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+
+  make
+}
+
+package() {
+  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
+}




More information about the arch-commits mailing list