system/daemonize: Updated for version 1.7.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b0ae183997
commit
832cfff34c
|
@ -3,5 +3,15 @@ Daemonize allows you to run a command as a Unix daemon.
|
||||||
See man page for usage after installation.
|
See man page for usage after installation.
|
||||||
|
|
||||||
Builds from hosted snapshot of git repo. See home page
|
Builds from hosted snapshot of git repo. See home page
|
||||||
to from daemonize.info for latest version info.
|
from daemonize.info for latest version information.
|
||||||
|
|
||||||
|
To build a later version if available, clone it with:
|
||||||
|
|
||||||
|
git clone git://github.com/bmc/daemonize.git
|
||||||
|
|
||||||
|
Then read the CHANGES.md file to find the release version.
|
||||||
|
Change the directory name from daemonize to daemonize-x.y.z
|
||||||
|
and create a daemonize-x.y.z.tar.gz file from that folder.
|
||||||
|
|
||||||
|
You may then build with: VERSION=x.y.z ./daemonize.SlackBuild
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,12 @@
|
||||||
# Copyright 2013 Robert Allen <slacker@slaphappygeeks.com>
|
# Copyright 2013 Robert Allen <slacker@slaphappygeeks.com>
|
||||||
# All rights reserved, including Creator Endowed Unalienable Rights
|
# All rights reserved, including Creator Endowed Unalienable Rights
|
||||||
#
|
#
|
||||||
|
# With acknowledgment to Duane Penzien for helpful suggestions.
|
||||||
|
#
|
||||||
# This script is placed into the public domain by the author
|
# This script is placed into the public domain by the author
|
||||||
|
|
||||||
PRGNAM=daemonize
|
PRGNAM=daemonize
|
||||||
VERSION=1.7.4
|
VERSION=${VERSION:-1.7.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="daemonize"
|
PRGNAM="daemonize"
|
||||||
VERSION="1.7.4"
|
VERSION="1.7.5"
|
||||||
HOMEPAGE="http://software.clapper.org/daemonize/"
|
HOMEPAGE="http://software.clapper.org/daemonize/"
|
||||||
DOWNLOAD="http://slaphappygeeks.com/dl/daemonize-1.7.4.tar.gz"
|
DOWNLOAD="http://slaphappygeeks.com/dl/daemonize-1.7.5.tar.gz"
|
||||||
MD5SUM="9283c03cd0d6a53003b785e52fdb214c"
|
MD5SUM="ce19be6baabd8a18a1c3723d87b35027"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Robert Allen"
|
MAINTAINER="Robert Allen"
|
||||||
EMAIL="slacker@slaphappygeeks.com"
|
EMAIL="slacker-at-engineer-dot-com"
|
||||||
|
|
Loading…
Reference in New Issue