From bc4b0a5d8163b7986000e22e9bcaa54a036f5131 Mon Sep 17 00:00:00 2001 From: James Turk Date: Fri, 19 Jun 2009 11:53:00 -0400 Subject: [PATCH] install_shapelib script --- install_shapelib.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 install_shapelib.sh diff --git a/install_shapelib.sh b/install_shapelib.sh new file mode 100755 index 0000000..0f959ae --- /dev/null +++ b/install_shapelib.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +wget "http://dl.maptools.org/dl/shapelib/?file=shapelib-1.2.10.tar.gz&ACTION=Download" -O shapelib-1.2.10.tar.gz +wget http://ftp.intevation.de/users/bh/pyshapelib/pyshapelib-0.3.tar.gz +tar xf shapelib-1.2.10.tar.gz +tar -C shapelib-1.2.10 -xf pyshapelib-0.3.tar.gz +cd shapelib-1.2.10/pyshapelib-0.3 +python setup.py build +python setup.py install