]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - dhcping/dhcping.nm
Move all packages to root.
[people/stevee/ipfire-3.x.git] / dhcping / dhcping.nm
diff --git a/dhcping/dhcping.nm b/dhcping/dhcping.nm
new file mode 100644 (file)
index 0000000..b43cc70
--- /dev/null
@@ -0,0 +1,30 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = dhcping
+version    = 1.2
+release    = 1
+
+groups     = Applications/Internet
+url        = http://www.mavetju.org/unix/general.php
+license    = MIT
+summary    = DHCP daemon ping program.
+
+description
+       Dhcping allows the system administrator to check if a remote DHCP
+       server is still functioning.
+end
+
+source_dl  =
+
+build
+       configure_options += \
+               --mandir=/usr/share/man
+end
+
+packages
+       package %{name}
+       end
+end