[arch-commits] Commit in shp2svg/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Mon Jul 7 02:46:34 UTC 2014
Date: Monday, July 7, 2014 @ 04:46:33
Author: fyan
Revision: 115245
archrelease: copy trunk to community-any
Added:
shp2svg/repos/community-any/PKGBUILD
(from rev 115244, shp2svg/trunk/PKGBUILD)
Deleted:
shp2svg/repos/community-any/PKGBUILD
----------+
PKGBUILD | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-07 02:46:13 UTC (rev 115244)
+++ PKGBUILD 2014-07-07 02:46:33 UTC (rev 115245)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=shp2svg
-pkgver=0.5.1
-pkgrel=3
-pkgdesc="Takes the text input from shp2pgsql and converts it to SVG files"
-arch=('any')
-url="http://www.carto.net/papers/svg/utils/shp2svg/"
-license=('LGPL')
-depends=('postgis' 'perl-math-round')
-source=(http://www.carto.net/papers/svg/utils/shp2svg/ogis2svg.pl)
-md5sums=('040103d8c83ee0d7095cad7d703d4e80')
-
-package() {
- install -d "${pkgdir}"/usr/bin
- install -m755 "${srcdir}"/ogis2svg.pl "${pkgdir}"/usr/bin/ogis2svg.pl
- # add a symlink because the name of the script is a little confusing.
- ln -sf /usr/bin/ogis2svg.pl "${pkgdir}"/usr/bin/shp2svg
-}
Copied: shp2svg/repos/community-any/PKGBUILD (from rev 115244, shp2svg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-07 02:46:33 UTC (rev 115245)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=shp2svg
+pkgver=0.5.1
+pkgrel=4
+pkgdesc="Takes the text input from shp2pgsql and converts it to SVG files"
+arch=('any')
+url="http://www.carto.net/papers/svg/utils/shp2svg/"
+license=('LGPL')
+depends=('postgis' 'perl-math-round')
+source=(http://www.carto.net/papers/svg/utils/shp2svg/ogis2svg.pl)
+md5sums=('040103d8c83ee0d7095cad7d703d4e80')
+
+package() {
+ install -d "${pkgdir}"/usr/bin
+ install -m755 "${srcdir}"/ogis2svg.pl "${pkgdir}"/usr/bin/ogis2svg.pl
+ # add a symlink because the name of the script is a little confusing.
+ ln -sf /usr/bin/ogis2svg.pl "${pkgdir}"/usr/bin/shp2svg
+}
More information about the arch-commits
mailing list