diff options
author | Niels Horn <niels.horn@gmail.com> | 2012-09-15 22:08:58 -0300 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 19:43:30 -0400 |
commit | cb923a4f7f363c5d034019eeb85bc1bea0d21f4c (patch) | |
tree | 101ea6208016aedd386f13be9ed3f0cf4b3cccc3 /system/cdemu-daemon | |
parent | 4179d8cab234a4006d40d3c94e869049a80fe122 (diff) | |
download | slackbuilds-cb923a4f7f363c5d034019eeb85bc1bea0d21f4c.tar.gz |
system/cdemu-daemon: Updated for version 1.5.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/cdemu-daemon')
-rw-r--r-- | system/cdemu-daemon/cdemu-daemon.SlackBuild | 10 | ||||
-rw-r--r-- | system/cdemu-daemon/cdemu-daemon.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/system/cdemu-daemon/cdemu-daemon.SlackBuild b/system/cdemu-daemon/cdemu-daemon.SlackBuild index 667b0036da..a7d9865da9 100644 --- a/system/cdemu-daemon/cdemu-daemon.SlackBuild +++ b/system/cdemu-daemon/cdemu-daemon.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for cdemu-daemon # # Copyright 2008 Niklas "Nille" Åkerström -# 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-daemon -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,7 +65,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 . @@ -87,7 +87,7 @@ make install-strip DESTDIR=$PKG sed \ -e "/^LOG_FILE/s|/tmp/|/var/log/|" \ -e "/^CONFIG_FILE/s|/etc/sysconfig/|/etc/|" \ - -i $PKG/usr/bin/$PRGNAM-system.sh + -i $PKG/usr/libexec/$PRGNAM-system.sh # Install init script mkdir -p $PKG/etc/rc.d diff --git a/system/cdemu-daemon/cdemu-daemon.info b/system/cdemu-daemon/cdemu-daemon.info index 724b5a1aba..499cb8ac9a 100644 --- a/system/cdemu-daemon/cdemu-daemon.info +++ b/system/cdemu-daemon/cdemu-daemon.info @@ -1,8 +1,8 @@ PRGNAM="cdemu-daemon" -VERSION="1.4.0" +VERSION="1.5.0" HOMEPAGE="http://cdemu.sourceforge.net/pkg_daemon.php" -DOWNLOAD="http://downloads.sourceforge.net/cdemu/cdemu-daemon-1.4.0.tar.gz" -MD5SUM="f7ccc0abc33057d552ec7b0925fce63a" +DOWNLOAD="http://downloads.sourceforge.net/cdemu/cdemu-daemon-1.5.0.tar.bz2" +MD5SUM="5ba780caa26d855942512b5b3c22405a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libmirage vhba-module" |