summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-11-06 22:27:33 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-08 06:30:12 +0700
commitf1b90f5eb33276c255c7eb21f62424da6b969b8f (patch)
tree6aa270d44c2e9f463d7d30222cfcd31b0c1614dd /misc
parent466d86aefa7b02bb6e958cd54e4727b4e69e638e (diff)
downloadslackbuilds-f1b90f5eb33276c255c7eb21f62424da6b969b8f.tar.gz
slackbuilds-f1b90f5eb33276c255c7eb21f62424da6b969b8f.tar.xz
misc/dmg2img: Updated for version 1.6.5 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/dmg2img/dmg2img.SlackBuild12
-rw-r--r--misc/dmg2img/dmg2img.info10
2 files changed, 12 insertions, 10 deletions
diff --git a/misc/dmg2img/dmg2img.SlackBuild b/misc/dmg2img/dmg2img.SlackBuild
index 6a8d27db53..2b3bc09d6f 100644
--- a/misc/dmg2img/dmg2img.SlackBuild
+++ b/misc/dmg2img/dmg2img.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for dmg2img
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# Copyright 2013 Thomas O. Robinson <cyranix@cyranix.net>
# All rights reserved.
#
@@ -23,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dmg2img
-VERSION=${VERSION:-1.6.4}
+VERSION=${VERSION:-1.6.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -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 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
make CFLAGS="$SLKCFLAGS"
make install DESTDIR=$PKG
diff --git a/misc/dmg2img/dmg2img.info b/misc/dmg2img/dmg2img.info
index 8d74c7db3d..f2c68bcea1 100644
--- a/misc/dmg2img/dmg2img.info
+++ b/misc/dmg2img/dmg2img.info
@@ -1,10 +1,10 @@
PRGNAM="dmg2img"
-VERSION="1.6.4"
+VERSION="1.6.5"
HOMEPAGE="http://vu1tur.eu.org/tools/"
-DOWNLOAD="http://vu1tur.eu.org/tools/dmg2img-1.6.4.tar.gz"
-MD5SUM="3861da66bf0d2f7407aeeec93f9cfc5e"
+DOWNLOAD="http://vu1tur.eu.org/tools/dmg2img-1.6.5.tar.gz"
+MD5SUM="d01b01151759dd25e16d0c37d4a57b3c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Thomas O. Robinson"
-EMAIL="cyranix@cyranix.net"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryan.q@linux.com"