From: Michael Tremer Date: Wed, 9 Nov 2011 22:43:22 +0000 (+0100) Subject: grubby: New package. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d4e8902d60528f2a38b03ff9e466cf0c902f2cb;p=ipfire-3.x.git grubby: New package. --- diff --git a/grubby/grubby.nm b/grubby/grubby.nm new file mode 100644 index 000000000..894b5a208 --- /dev/null +++ b/grubby/grubby.nm @@ -0,0 +1,42 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = grubby +version = 8.3 +release = 1 + +groups = System/Base +url = http://git.fedorahosted.org/git/grubby.git +license = GPLv2+ +summary = Command line tool for updating bootloader configs. + +description + grubby is a command line tool for updating and displaying information about + the configuration files for the grub, lilo, elilo (ia64), yaboot (powerpc) + and zipl (s390) boot loaders. It is primarily designed to be used from scripts + which install new kernels and need to find information about the current boot + environment. +end + +sources = %{thisapp}.tar.bz2 + +build + requires + glib2-devel + libblkid-devel + popt-devel + util-linux + end + + test + make test + end + + make_install_targets += mandir=/usr/share/man +end + +packages + package %{name} +end