summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2013-11-05 09:49:59 +0100
committer Robby Workman2013-11-06 01:53:49 +0100
commit1049ab20af3562c978f1d842b0129d3452d5da3b (patch)
treef7e4afbbb369596385504585535ea27d83941088 /academic
parent0842bebd86eb4b78dbb10e0f8dee24927534c982 (diff)
downloadslackbuilds-1049ab20af3562c978f1d842b0129d3452d5da3b.tar.gz
academic/itex2mml: Updated for version 1.4.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/itex2mml/itex2mml.SlackBuild10
-rw-r--r--academic/itex2mml/itex2mml.info6
2 files changed, 7 insertions, 9 deletions
diff --git a/academic/itex2mml/itex2mml.SlackBuild b/academic/itex2mml/itex2mml.SlackBuild
index c3f3eba6ce..234f1ba9fb 100644
--- a/academic/itex2mml/itex2mml.SlackBuild
+++ b/academic/itex2mml/itex2mml.SlackBuild
@@ -5,16 +5,14 @@
# Public domain.
PRGNAM=itex2mml
-VERSION=${VERSION:-1.4.10}
+VERSION=${VERSION:-1.4.11}
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
@@ -44,11 +42,11 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/itexToMML.tar.gz
cd itexToMML/itex-src
chown -R root:root .
-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 {} \;
if [[ "$RUBY" = "YES" ]]; then
MYRARCH=$(ruby -e 'print RbConfig::CONFIG["arch"]')
diff --git a/academic/itex2mml/itex2mml.info b/academic/itex2mml/itex2mml.info
index 387d5bf1f2..f165c0316e 100644
--- a/academic/itex2mml/itex2mml.info
+++ b/academic/itex2mml/itex2mml.info
@@ -1,8 +1,8 @@
PRGNAM="itex2mml"
-VERSION="1.4.10"
+VERSION="1.4.11"
HOMEPAGE="http://golem.ph.utexas.edu/~distler/blog/itex2MML.html"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/itex2MML-1.4.10/itexToMML.tar.gz"
-MD5SUM="043b9af57214839c2c8df1a25c08ce63"
+DOWNLOAD="http://golem.ph.utexas.edu/~distler/blog/files/itexToMML.tar.gz"
+MD5SUM="3e97edf7ee918360b18c65a44a0c7c3b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""