]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - grubby/grubby.nm
l7-protocols: Package is of architecture noarch.
[people/ms/ipfire-3.x.git] / grubby / grubby.nm
CommitLineData
4d4e8902
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = grubby
7version = 8.3
8release = 1
9
10groups = System/Base
11url = http://git.fedorahosted.org/git/grubby.git
12license = GPLv2+
13summary = Command line tool for updating bootloader configs.
14
15description
16 grubby is a command line tool for updating and displaying information about
17 the configuration files for the grub, lilo, elilo (ia64), yaboot (powerpc)
18 and zipl (s390) boot loaders. It is primarily designed to be used from scripts
19 which install new kernels and need to find information about the current boot
20 environment.
21end
22
23sources = %{thisapp}.tar.bz2
24
25build
26 requires
27 glib2-devel
28 libblkid-devel
29 popt-devel
30 util-linux
31 end
32
33 test
34 make test
35 end
36
37 make_install_targets += mandir=/usr/share/man
38end
39
40packages
41 package %{name}
42end