[arch-commits] Commit in shp2svg/repos (2 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Fri Sep 12 05:04:46 UTC 2014


    Date: Friday, September 12, 2014 @ 07:04:45
  Author: jlichtblau
Revision: 118847

archrelease: copy trunk to community-staging-any

Added:
  shp2svg/repos/community-staging-any/
  shp2svg/repos/community-staging-any/PKGBUILD
    (from rev 118846, shp2svg/trunk/PKGBUILD)

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Copied: shp2svg/repos/community-staging-any/PKGBUILD (from rev 118846, shp2svg/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2014-09-12 05:04:45 UTC (rev 118847)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=shp2svg
+pkgver=0.5.1
+pkgrel=5
+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)
+sha256sums=('05f8ff0eac46f54084793717c4542e37bc0acb55fdd822fe75db8aa59bc90bfd')
+
+package() {
+  install -Dm755 "${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