mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
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 changed files with 18 additions and 6 deletions
|
@ -3,5 +3,15 @@ Daemonize allows you to run a command as a Unix daemon.
|
|||
See man page for usage after installation.
|
||||
|
||||
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>
|
||||
# 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
|
||||
|
||||
PRGNAM=daemonize
|
||||
VERSION=1.7.4
|
||||
VERSION=${VERSION:-1.7.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="daemonize"
|
||||
VERSION="1.7.4"
|
||||
VERSION="1.7.5"
|
||||
HOMEPAGE="http://software.clapper.org/daemonize/"
|
||||
DOWNLOAD="http://slaphappygeeks.com/dl/daemonize-1.7.4.tar.gz"
|
||||
MD5SUM="9283c03cd0d6a53003b785e52fdb214c"
|
||||
DOWNLOAD="http://slaphappygeeks.com/dl/daemonize-1.7.5.tar.gz"
|
||||
MD5SUM="ce19be6baabd8a18a1c3723d87b35027"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Robert Allen"
|
||||
EMAIL="slacker@slaphappygeeks.com"
|
||||
EMAIL="slacker-at-engineer-dot-com"
|
||||
|
|
Loading…
Reference in a new issue