diff options
author | Cezary M. Kruk <c.kruk@bigfoot.com> | 2015-04-03 12:24:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-03 20:50:16 +0700 |
commit | ee59266f8f5f8219ef9eefc4a3ae8b092efcfa19 (patch) | |
tree | 98a36ecb2e6a29a53ec956a2c99cdf062b94b525 /system/cdwrite | |
parent | 93c13308bcf9f92919d4fa020de25f1b5d4605e0 (diff) | |
download | slackbuilds-ee59266f8f5f8219ef9eefc4a3ae8b092efcfa19.tar.gz |
system/cdwrite: Updated for version 3.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cdwrite')
-rw-r--r-- | system/cdwrite/cdwrite.SlackBuild | 10 | ||||
-rw-r--r-- | system/cdwrite/cdwrite.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/system/cdwrite/cdwrite.SlackBuild b/system/cdwrite/cdwrite.SlackBuild index 9935216626..812c9c9702 100644 --- a/system/cdwrite/cdwrite.SlackBuild +++ b/system/cdwrite/cdwrite.SlackBuild @@ -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 diff --git a/system/cdwrite/cdwrite.info b/system/cdwrite/cdwrite.info index d4677137a3..237fccb750 100644 --- a/system/cdwrite/cdwrite.info +++ b/system/cdwrite/cdwrite.info @@ -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="" |