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

Maxim Baz maximbaz at archlinux.org
Mon Dec 31 18:19:02 UTC 2018


    Date: Monday, December 31, 2018 @ 18:19:01
  Author: maximbaz
Revision: 420050

archrelease: copy trunk to community-x86_64

Added:
  gen2shp/repos/community-x86_64/PKGBUILD
    (from rev 420049, gen2shp/trunk/PKGBUILD)
Deleted:
  gen2shp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-31 18:18:54 UTC (rev 420049)
+++ PKGBUILD	2018-12-31 18:19:01 UTC (rev 420050)
@@ -1,28 +0,0 @@
-# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=11
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('x86_64')
-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
-  sed -i 's:libshp/::' gen2shp.c
-  sed -i 's/-lshp gen2shp.c utils.o/gen2shp.c utils.o -lshp/' Makefile
-  make CFLAGS="$CFLAGS"
-
-}
-
-package() {
-  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
-}

Copied: gen2shp/repos/community-x86_64/PKGBUILD (from rev 420049, gen2shp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-31 18:19:01 UTC (rev 420050)
@@ -0,0 +1,28 @@
+# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=11
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=("https://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
+  sed -i 's:libshp/::' gen2shp.c
+  sed -i 's/-lshp gen2shp.c utils.o/gen2shp.c utils.o -lshp/' Makefile
+  make CFLAGS="$CFLAGS"
+
+}
+
+package() {
+  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
+}



More information about the arch-commits mailing list