libraries/netcdf: Updated for version 4.0.1

This commit is contained in:
Pierre Cazenave 2010-05-13 00:32:28 +02:00 committed by David Somero
parent c6fabf3da2
commit c571346961
2 changed files with 3 additions and 1 deletions

View file

@ -98,4 +98,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="netcdf"
VERSION="4.0.1"
HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
DOWNLOAD="http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-4.0.1.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="a251453c5477599f050fa4e593295186"
MD5SUM_x86_64=""
MAINTAINER="Pierre Cazenave"
EMAIL="pwcazenave <at> gmail {dot} com"
APPROVED="dsomero"