system/isomaster: Updated for version 1.3.8.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2011-03-30 17:03:26 -05:00
parent 28300d7619
commit dfa18a8d57
2 changed files with 6 additions and 8 deletions

View file

@ -2,7 +2,7 @@
#
# Slackware build script for ISO Master
#
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=isomaster
VERSION=1.3.7
VERSION=1.3.8
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
@ -62,7 +60,7 @@ chown -R root:root .
chmod -R u+w,go+r-w,a-s .
# No autotools, do manually.
CFLAGS="$SLKCFLAGS"
CFLAGS="$SLKCFLAGS" \
make \
PREFIX=/usr \
MYMANPATH=/usr/man/man1 \

View file

@ -1,8 +1,8 @@
PRGNAM="isomaster"
VERSION="1.3.7"
VERSION="1.3.8"
HOMEPAGE="http://littlesvr.ca/isomaster/index.php"
DOWNLOAD="http://littlesvr.ca/isomaster/releases/isomaster-1.3.7.tar.bz2"
MD5SUM="663f2d1a72e2e5f9fdaa30ad585e10f0"
DOWNLOAD="http://littlesvr.ca/isomaster/releases/isomaster-1.3.8.tar.bz2"
MD5SUM="bd046989611ded72358ffdc61e46bcfb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"