summaryrefslogtreecommitdiff
path: root/community/gen2shp
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gen2shp
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gen2shp')
-rw-r--r--community/gen2shp/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/gen2shp/PKGBUILD b/community/gen2shp/PKGBUILD
deleted file mode 100644
index 2c18205d6..000000000
--- a/community/gen2shp/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 91621 2013-05-25 12:05:10Z bpiotrowski $
-# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=8
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' '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
-
- make
-}
-
-package() {
- install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
-}