mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
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:
parent
0842bebd86
commit
1049ab20af
2 changed files with 7 additions and 9 deletions
|
@ -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"]')
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue