system/cdwrite: Updated for version 3.5.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cezary M. Kruk 2015-04-03 12:24:32 +07:00 committed by Willy Sudiarto Raharjo
parent 93c13308bc
commit ee59266f8f
2 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@
# Written by Cezary M. Kruk (c.kruk@bigfoot.com)
PRGNAM=cdwrite
VERSION=${VERSION:-3.5}
VERSION=${VERSION:-3.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -25,10 +25,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 {} \;
./configure \
--prefix=$PKG/usr

View file

@ -1,8 +1,8 @@
PRGNAM="cdwrite"
VERSION="3.5"
VERSION="3.5.1"
HOMEPAGE="http://linux-bsd-unix.strefa.pl"
DOWNLOAD="http://linux-bsd-unix.strefa.pl/cdwrite-3.5.tar.gz"
MD5SUM="5185bc0e4f293453f60c6d476ef11a99"
DOWNLOAD="http://linux-bsd-unix.strefa.pl/cdwrite-3.5.1.tar.gz"
MD5SUM="8e54057b1ef2a4c93fb7db99d16c44d6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""