[arch-commits] Commit in gpsmanshp/repos (4 files)
Eric Bélanger
eric at archlinux.org
Tue Aug 12 23:42:55 UTC 2014
Date: Wednesday, August 13, 2014 @ 01:42:55
Author: eric
Revision: 117327
archrelease: copy trunk to community-i686, community-x86_64
Added:
gpsmanshp/repos/community-i686/PKGBUILD
(from rev 117325, gpsmanshp/trunk/PKGBUILD)
gpsmanshp/repos/community-x86_64/PKGBUILD
(from rev 117326, gpsmanshp/trunk/PKGBUILD)
Deleted:
gpsmanshp/repos/community-i686/PKGBUILD
gpsmanshp/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 58 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 35 --------------------------
community-x86_64/PKGBUILD | 35 --------------------------
3 files changed, 58 insertions(+), 70 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-08-12 23:41:01 UTC (rev 117326)
+++ community-i686/PKGBUILD 2014-08-12 23:42:55 UTC (rev 117327)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=gpsmanshp
-pkgver=1.2.1
-pkgrel=3
-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
-}
Copied: gpsmanshp/repos/community-i686/PKGBUILD (from rev 117325, gpsmanshp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-12 23:42:55 UTC (rev 117327)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=gpsmanshp
+pkgver=1.2.3
+pkgrel=1
+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=('ae25451d75c6c2b281074e13c1da29cd')
+
+prepare() {
+ cd "${pkgname}_$pkgver"
+ sed -i "s|8.4|8.6|g" Makefile8.5
+}
+
+build() {
+ cd "${pkgname}_$pkgver"
+ make -f Makefile8.5 TCLVERSION=8.6
+}
+
+package() {
+ cd "${pkgname}_$pkgver"
+ install -d "$pkgdir"/usr/lib/gpsmanshp
+ make -f Makefile8.5 TCLVERSION=8.6 INSTALLDIR="$pkgdir"/usr/lib/gpsmanshp install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-08-12 23:41:01 UTC (rev 117326)
+++ community-x86_64/PKGBUILD 2014-08-12 23:42:55 UTC (rev 117327)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=gpsmanshp
-pkgver=1.2.1
-pkgrel=3
-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
-}
Copied: gpsmanshp/repos/community-x86_64/PKGBUILD (from rev 117326, gpsmanshp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-08-12 23:42:55 UTC (rev 117327)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=gpsmanshp
+pkgver=1.2.3
+pkgrel=1
+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=('ae25451d75c6c2b281074e13c1da29cd')
+
+prepare() {
+ cd "${pkgname}_$pkgver"
+ sed -i "s|8.4|8.6|g" Makefile8.5
+}
+
+build() {
+ cd "${pkgname}_$pkgver"
+ make -f Makefile8.5 TCLVERSION=8.6
+}
+
+package() {
+ cd "${pkgname}_$pkgver"
+ install -d "$pkgdir"/usr/lib/gpsmanshp
+ make -f Makefile8.5 TCLVERSION=8.6 INSTALLDIR="$pkgdir"/usr/lib/gpsmanshp install
+}
More information about the arch-commits
mailing list