diff options
author | Daniil Bratashov <dn2010@gmail.com> | 2010-08-14 08:23:04 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-14 19:04:49 -0500 |
commit | a7eb251a59a0906a9c094d637d061617a02c57ec (patch) | |
tree | fce9e23ae039463e78b40e5db232e521ac140d06 | |
parent | 058bfb47eae6e22f2d3711b9b81ab326200b47c8 (diff) | |
download | slackbuilds-a7eb251a59a0906a9c094d637d061617a02c57ec.tar.gz |
academic/wxmacmolplt: Updated for version 7.4.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r-- | academic/wxmacmolplt/wxmacmolplt.SlackBuild | 12 | ||||
-rw-r--r-- | academic/wxmacmolplt/wxmacmolplt.info | 8 |
2 files changed, 8 insertions, 12 deletions
diff --git a/academic/wxmacmolplt/wxmacmolplt.SlackBuild b/academic/wxmacmolplt/wxmacmolplt.SlackBuild index 12903776e0..efdc391726 100644 --- a/academic/wxmacmolplt/wxmacmolplt.SlackBuild +++ b/academic/wxmacmolplt/wxmacmolplt.SlackBuild @@ -5,16 +5,14 @@ # Written by Daniil Bratashov <dn2010@gmail.com> PRGNAM=wxmacmolplt -VERSION=${VERSION:-7.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-7.4.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -78,10 +76,8 @@ make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/share/icons/hicolor/128x128/apps cp resources/wxmacmolplt.png $PKG/usr/share/icons/hicolor/128x128/apps diff --git a/academic/wxmacmolplt/wxmacmolplt.info b/academic/wxmacmolplt/wxmacmolplt.info index 206ce850a1..b3d0d3134e 100644 --- a/academic/wxmacmolplt/wxmacmolplt.info +++ b/academic/wxmacmolplt/wxmacmolplt.info @@ -1,10 +1,10 @@ PRGNAM="wxmacmolplt" -VERSION="7.4" +VERSION="7.4.1" HOMEPAGE="http://www.scl.ameslab.gov/MacMolPlt/" -DOWNLOAD="http://www.scl.ameslab.gov/MacMolPlt/download/wxmacmolplt-7.4.tar.gz" -MD5SUM="26e1a2f5e5860334f29edc3b5f5c30e9" +DOWNLOAD="http://www.scl.ameslab.gov/MacMolPlt/download/wxmacmolplt-7.4.1.tar.gz" +MD5SUM="ea8d64ee3572ca22f87f12bbc3d1ea47" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Daniil Bratashov" EMAIL="dn2010@gmail.com" -APPROVED="rworkman" +APPROVED="Erik Hanson" |