system/cdemu-client: Updated for version 1.5.0.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Niels Horn 2012-09-15 22:13:23 -03:00 committed by dsomero
parent cb923a4f7f
commit 6003b20973
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for cdemu-client
# command-line client for cdemu-daemon
# Copyright 2010-2011 Niels Horn, Rio de Janeiro, RJ, Brazil
# Copyright 2010-2012 Niels Horn, Rio de Janeiro, RJ, Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,10 +23,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Revision date: 2011/09/24
# Revision date: 2012/09/15
PRGNAM=cdemu-client
VERSION=${VERSION:-1.4.0}
VERSION=${VERSION:-1.5.0}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -44,7 +44,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R a-s,u+rw,go+r-w .

View file

@ -1,8 +1,8 @@
PRGNAM="cdemu-client"
VERSION="1.4.0"
VERSION="1.5.0"
HOMEPAGE="http://cdemu.sourceforge.net/pkg_client.php"
DOWNLOAD="http://downloads.sourceforge.net/cdemu/cdemu-client-1.4.0.tar.gz"
MD5SUM="ce469f0660dfa4a9306faed00b3e6d6c"
DOWNLOAD="http://downloads.sourceforge.net/cdemu/cdemu-client-1.5.0.tar.bz2"
MD5SUM="11141138f2b91a7100445d9c32b31181"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cdemu-daemon"