diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-05 18:37:25 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-05 18:53:51 -0600 |
commit | 7038fe9f164b1968f18ba4845f06827f083f51fd (patch) | |
tree | 3a2d126c5c5a66496771bcc3dd68d5059c77dda2 /academic/opengrads | |
parent | 3d882e24e3e4dddb311ed0041933cf0af80a10dd (diff) | |
download | slackbuilds-7038fe9f164b1968f18ba4845f06827f083f51fd.tar.gz |
academic/opengrads: Updated for version 2.0.1.oga.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/opengrads')
-rw-r--r-- | academic/opengrads/opengrads.SlackBuild | 9 | ||||
-rw-r--r-- | academic/opengrads/opengrads.info | 10 |
2 files changed, 10 insertions, 9 deletions
diff --git a/academic/opengrads/opengrads.SlackBuild b/academic/opengrads/opengrads.SlackBuild index 83a677e20d..10a1d2247a 100644 --- a/academic/opengrads/opengrads.SlackBuild +++ b/academic/opengrads/opengrads.SlackBuild @@ -25,7 +25,7 @@ # Written by Oda - edu.oda@gmail.com PRGNAM=opengrads -VERSION=${VERSION:-2.0.a7.oga.2} +VERSION=${VERSION:-2.0.1.oga.1} ARCH=${ARCH:-i686} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,11 +52,12 @@ mv grads-$VERSION opengrads # and then symlink to replicate the original directory structure ln -s opengrads grads-$VERSION cd opengrads -find . \ +find -L . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/academic/opengrads/opengrads.info b/academic/opengrads/opengrads.info index 07aa53d400..8074971e84 100644 --- a/academic/opengrads/opengrads.info +++ b/academic/opengrads/opengrads.info @@ -1,10 +1,10 @@ PRGNAM="opengrads" -VERSION="2.0.a7.oga.2" +VERSION="2.0.1.oga.1" HOMEPAGE="http://www.opengrads.org/" -DOWNLOAD="http://sourceforge.net/projects/opengrads/files/grads2/2.0.a7.oga.2/grads-2.0.a7.oga.2-bundle-i686-pc-linux-gnu.tar.gz/download" -MD5SUM="29284d64827012c9a188cf7ecb2e6924" -DOWNLOAD_x86_64="http://sourceforge.net/projects/opengrads/files/grads2/2.0.a7.oga.2/grads-2.0.a7.oga.2-bundle-x86_64-unknown-linux-gnu.tar.gz/download" -MD5SUM_x86_64="a426e1995bac6bd89f45f8ef9cb3b3e1" +DOWNLOAD="http://sourceforge.net/projects/opengrads/files/grads2/2.0.1.oga.1/Linux/grads-2.0.1.oga.1-bundle-i686-glibc2.5-linux-gnu.tar.gz" +MD5SUM="ca39e8371d945274a350847f281c1d05" +DOWNLOAD_x86_64="http://sourceforge.net/projects/opengrads/files/grads2/2.0.1.oga.1/Linux/grads-2.0.1.oga.1-bundle-x86_64-glibc2.5-linux-gnu.tar.gz" +MD5SUM_x86_64="ad1208aff8f8e88cf8b0f7d9696f5bb3" REQUIRES="" MAINTAINER="Oda" EMAIL="edu.oda@gmail.com" |