* updated yet more dir-less .cache DEPs
[t2sde.git] / package / develop / daemon / daemon.desc
blobada3c5c876c4f8b9d8780fef720d8966140e9670
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/daemon/daemon.desc
3 [COPY] Copyright (C) 2004 - 2024 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] https://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 NO-LTO.gcc
28 [L] GPL
29 [S] Stable
30 [V] 0.8.4
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/'
40 [D] 26f32200499006082386458a4c6d84931743104fd408e77d50c10a53 daemon-0.8.4.tar.gz http://libslack.org/daemon/download/