]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libdaemon/libdaemon.nm
systemd: Remove udev rules for "predictable" network device names
[people/ms/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
MT
10groups = System/Libraries
11url = http://0pointer.de/lennart/projects/libdaemon/
12license = LGPLv2+
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
19source_dl =
20
21build
22 configure_options += \
23 --bindir=/bin \
24 --mandir=/usr/share/man
25end
26
27packages
28 package %{name}
29 end
1f9bc2f0 30
802ea3af
MT
31 package %{name}-devel
32 template DEVEL
33 end
1f9bc2f0
MT
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
802ea3af 38end