misc/dmg2img: Updated for version 1.6.5 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ryan P.C. McQuen 2014-11-06 22:27:33 +07:00 committed by Willy Sudiarto Raharjo
parent 466d86aefa
commit f1b90f5eb3
2 changed files with 12 additions and 10 deletions

View file

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

View file

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