]> git.ipfire.org Git - ipfire-3.x.git/blame - libdaemon/libdaemon.nm
systemd: Build manpages again
[ipfire-3.x.git] / libdaemon / libdaemon.nm
CommitLineData
6a4abde3 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
6a4abde3
BS
4###############################################################################
5
802ea3af
MT
6name = libdaemon
7version = 0.14
8release = 1
6a4abde3 9
802ea3af 10groups = System/Libraries
65dc2158 11url = https://0pointer.de/lennart/projects/libdaemon/
802ea3af 12license = LGPLv2+
65dc2158 13summary = Library for writing UNIX daemons
6a4abde3 14
802ea3af 15description
6a4abde3 16 libdaemon is a lightweight C library which eases the writing of UNIX daemons.
802ea3af
MT
17end
18
65dc2158 19source_dl = https://0pointer.de/lennart/projects/libdaemon/
802ea3af 20
2d0eca17
MT
21build
22 requires
23 libtool
24 end
25
26 prepare_cmds
27 %{MACRO_FIX_AUTOTOOLS}
28 end
29end
30
802ea3af
MT
31packages
32 package %{name}
1f9bc2f0 33
802ea3af
MT
34 package %{name}-devel
35 template DEVEL
36 end
1f9bc2f0
MT
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
802ea3af 41end