gis/pyproj: Updated for version 1.9.5.1.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2016-01-24 12:51:14 -08:00 committed by Willy Sudiarto Raharjo
parent 029ab5dc75
commit beeb4e9acc
2 changed files with 9 additions and 9 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyproj
VERSION=${VERSION:-1.9.3}
VERSION=${VERSION:-1.9.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -59,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
rm -rf $PRGNAM-${VERSION}rel
tar xvf $CWD/$PRGNAM-${VERSION}rel.tar.gz || tar xvf $CWD/v${VERSION}rel.tar.gz
cd $PRGNAM-${VERSION}rel
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@ -75,7 +75,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a Changelog LICENSE_geographiclib LICENSE_proj4 PKG-INFO README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a Changelog LICENSE_proj4 LICENSE_proj4 README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="pyproj"
VERSION="1.9.3"
HOMEPAGE="http://code.google.com/p/pyproj"
DOWNLOAD="http://pyproj.googlecode.com/files/pyproj-1.9.3.tar.gz"
MD5SUM="ad0ac0602b6373c4203b4d0774445694"
VERSION="1.9.5.1"
HOMEPAGE="https://github.com/jswhit/pyproj"
DOWNLOAD="https://github.com/jswhit/pyproj/archive/v1.9.5.1rel.tar.gz"
MD5SUM="38126f5b25a09ec2b6ee488613c717d8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="proj"