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>
This commit is contained in:
Willy Sudiarto Raharjo 2013-11-05 15:49:59 +07:00 committed by Robby Workman
parent 0842bebd86
commit 1049ab20af
2 changed files with 7 additions and 9 deletions

View file

@ -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"]')

View file

@ -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=""