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