]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - dhcping/dhcping.nm
file: Update to 5.18.
[people/ms/ipfire-3.x.git] / dhcping / dhcping.nm
CommitLineData
13bb02ed 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
13bb02ed
MT
4###############################################################################
5
802ea3af
MT
6name = dhcping
7version = 1.2
8release = 1
13bb02ed 9
802ea3af
MT
10groups = Applications/Internet
11url = http://www.mavetju.org/unix/general.php
12license = MIT
13summary = DHCP daemon ping program.
13bb02ed 14
802ea3af 15description
13bb02ed
MT
16 Dhcping allows the system administrator to check if a remote DHCP
17 server is still functioning.
802ea3af
MT
18end
19
20source_dl =
13bb02ed 21
802ea3af
MT
22build
23 configure_options += \
24 --mandir=/usr/share/man
25end
13bb02ed 26
802ea3af
MT
27packages
28 package %{name}
29 end
1f9bc2f0
MT
30
31 package %{name}-debuginfo
32 template DEBUGINFO
33 end
802ea3af 34end