summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2011-03-30 17:03:26 -0500
committer Erik Hanson <erik@slackbuilds.org>2011-03-30 17:03:26 -0500
commitdfa18a8d5719ba2518d31c63870f5841ed96f0ae (patch)
treec71b24adb6df82449147f5a73ec38c61f092f974 /system
parent28300d761965956492e0913de3f8a3399287238a (diff)
downloadslackbuilds-dfa18a8d5719ba2518d31c63870f5841ed96f0ae.tar.gz
slackbuilds-dfa18a8d5719ba2518d31c63870f5841ed96f0ae.tar.xz
system/isomaster: Updated for version 1.3.8.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/isomaster/isomaster.SlackBuild8
-rw-r--r--system/isomaster/isomaster.info6
2 files changed, 6 insertions, 8 deletions
diff --git a/system/isomaster/isomaster.SlackBuild b/system/isomaster/isomaster.SlackBuild
index 80d7df20c8..098eeb2e58 100644
--- a/system/isomaster/isomaster.SlackBuild
+++ b/system/isomaster/isomaster.SlackBuild
@@ -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 \
diff --git a/system/isomaster/isomaster.info b/system/isomaster/isomaster.info
index a3b86cb479..68944c096e 100644
--- a/system/isomaster/isomaster.info
+++ b/system/isomaster/isomaster.info
@@ -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"