diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2013-03-04 00:05:11 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-04 17:26:53 -0500 |
commit | 78783360cac44b41019557b62e74487a9085663a (patch) | |
tree | a7c8eace79db56630b4dfbb10dc68c68866d3d57 /libraries | |
parent | d9caddcc345a1f801b62f3eb8e33bede9018b75a (diff) | |
download | slackbuilds-78783360cac44b41019557b62e74487a9085663a.tar.gz |
libraries/zdaemon: Updated for version 4.0.0a1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/zdaemon/README | 2 | ||||
-rw-r--r-- | libraries/zdaemon/slack-desc | 10 | ||||
-rw-r--r-- | libraries/zdaemon/zdaemon.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/zdaemon/zdaemon.info | 6 |
4 files changed, 12 insertions, 14 deletions
diff --git a/libraries/zdaemon/README b/libraries/zdaemon/README index 6cc6bfff3f..99957eb67a 100644 --- a/libraries/zdaemon/README +++ b/libraries/zdaemon/README @@ -1,4 +1,2 @@ -zdaemon (Daemon process control library) - zdaemon is a Python package which provides APIs for managing applications run as daemons. diff --git a/libraries/zdaemon/slack-desc b/libraries/zdaemon/slack-desc index 87c712d346..f7a65cba6e 100644 --- a/libraries/zdaemon/slack-desc +++ b/libraries/zdaemon/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| zdaemon: zdaemon (Daemon process control library) diff --git a/libraries/zdaemon/zdaemon.SlackBuild b/libraries/zdaemon/zdaemon.SlackBuild index fc34f69dad..53d2f3c46b 100644 --- a/libraries/zdaemon/zdaemon.SlackBuild +++ b/libraries/zdaemon/zdaemon.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for zdaemon -# Copyright 2011 Mikko Värri, Finland +# Copyright 2013 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=zdaemon -VERSION=${VERSION:-2.0.4} +VERSION=${VERSION:-4.0.0a1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,7 +46,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +unzip $CWD/$PRGNAM-$VERSION.zip cd $PRGNAM-$VERSION chown -R root:root . find . \ @@ -58,7 +58,7 @@ find . \ python setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES.txt README.txt PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYRIGHT.txt LICENSE.txt CHANGES.txt README.txt PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/zdaemon/zdaemon.info b/libraries/zdaemon/zdaemon.info index eb528d8173..9ed5d32814 100644 --- a/libraries/zdaemon/zdaemon.info +++ b/libraries/zdaemon/zdaemon.info @@ -1,8 +1,8 @@ PRGNAM="zdaemon" -VERSION="2.0.4" +VERSION="4.0.0a1" HOMEPAGE="http://pypi.python.org/pypi/zdaemon" -DOWNLOAD="http://pypi.python.org/packages/source/z/zdaemon/zdaemon-2.0.4.tar.gz" -MD5SUM="7d358297df480abe93b6565fc0213c34" +DOWNLOAD="http://pypi.python.org/packages/source/z/zdaemon/zdaemon-4.0.0a1.zip" +MD5SUM="56799a919bc073bce5289b773ee64595" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ZConfig" |