]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libdaemon/libdaemon.nm
systemd: Remove udev rules for "predictable" network device names
[people/ms/ipfire-3.x.git] / libdaemon / libdaemon.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libdaemon
7 version = 0.14
8 release = 1
9
10 groups = System/Libraries
11 url = http://0pointer.de/lennart/projects/libdaemon/
12 license = LGPLv2+
13 summary = Library for writing UNIX daemons.
14
15 description
16 libdaemon is a lightweight C library which eases the writing of UNIX daemons.
17 end
18
19 source_dl =
20
21 build
22 configure_options += \
23 --bindir=/bin \
24 --mandir=/usr/share/man
25 end
26
27 packages
28 package %{name}
29 end
30
31 package %{name}-devel
32 template DEVEL
33 end
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38 end