summaryrefslogtreecommitdiff
path: root/community/gpsmanshp/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-13 00:05:54 -0700
committerroot <root@rshg054.dnsready.net>2013-03-13 00:05:54 -0700
commit3efd178c050d911cfdff7e8d2ed4886b98b08b98 (patch)
treec0a0cc66dea0a40a0c5cbc13942fdfff8066f7a2 /community/gpsmanshp/PKGBUILD
parent9f8838d16719128121b4efde3bf6c7cc650f1801 (diff)
Wed Mar 13 00:05:53 PDT 2013
Diffstat (limited to 'community/gpsmanshp/PKGBUILD')
-rw-r--r--community/gpsmanshp/PKGBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/community/gpsmanshp/PKGBUILD b/community/gpsmanshp/PKGBUILD
deleted file mode 100644
index 4b5e2a62f..000000000
--- a/community/gpsmanshp/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 85511 2013-03-02 09:50:49Z cinelli $
-# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
-
-pkgname=gpsmanshp
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="A Tcl package to read and write shapefiles"
-arch=('i686' 'x86_64')
-url="http://gpsmanshp.sourceforge.net/"
-license=('GPL')
-depends=('glibc' 'shapelib' 'tcl')
-source=("http://sourceforge.net/projects/$pkgname/files/distr/${pkgname}_$pkgver.tgz")
-md5sums=('c2876d7f67c8215b46b336b5b859d49f')
-
-build() {
- cd "${pkgname}_$pkgver"
-
- mv Makefile8.5 Makefile
- sed -i -e "s:shapefil.h:libshp/shapefil.h:g" gpsmanshp.c
-
- install -d "$srcdir/${pkgname}_$pkgver/usr/lib/"
-
- sed -i -e "s|/usr/lib/tcl\$(TCLVERSION)|$srcdir/${pkgname}_$pkgver/usr/lib/gpsmanshp|g" Makefile
- sed -i -e "s|tclsh\$(TCLVERSION)|tclsh|g" Makefile
- sed -i "s|package-8.3.tcl|/usr/lib/tcl8.6/package.tcl|g" Makefile
- sed -i "s|8.4|8.6|g" Makefile
-
- make
-}
-
-package() {
- cd "${pkgname}_$pkgver"
-
- make install
-}