* updated krdc (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / develop / daemon / daemon.desc
blob49a442e5a60ae0de9be3e332448eed6e3751a900
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/daemon/daemon.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
5 [COPY] 
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
8 [COPY] 
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] Turns other processes into daemons
15 [T] Daemon turns other processes into daemons. There are many tedious tasks
16 [T] that need to be performed to correctly set up a daemon process; daemon
17 [T] performs these tasks for other processes. This is useful for writing
18 [T] daemons in languages other than C, C++, or Perl (e.g. sh, Java).
20 [U] http://libslack.org/daemon/
22 [A] raf <raf@raf.org>
23 [M] The T2 Project <t2@t2-project.org>
25 [C] extra/server
26 [F] CROSS
28 [L] GPL
29 [S] Stable
30 [V] 0.6.3
31 [P] X -----5---9 175.300
33 # Fix parallel build by doing some preparation stuff first
34 [O] hook_add premake 5 "$MAKE ready"
35 # No DESTDIR
36 [O] var_append makeinstopt ' ' "PREFIX=$root/$prefix"
37 # Install an empty conf file
38 [O] hook_add postmake 5 '$MAKE daemon.conf; install daemon.conf $root$sysconfdir/'
39 [D] be0ed23ef8563192a95555ba995222e2d0ba99bc446434a493654c24 daemon-0.6.3.tar.gz http://libslack.org/daemon/download/