]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - grubby/grubby.nm
autoconf: updated to 2.69.
[people/arne_f/ipfire-3.x.git] / grubby / grubby.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = grubby
7 version = 8.3
8 release = 1
9
10 groups = System/Base
11 url = http://git.fedorahosted.org/git/grubby.git
12 license = GPLv2+
13 summary = Command line tool for updating bootloader configs.
14
15 description
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.
21 end
22
23 sources = %{thisapp}.tar.bz2
24
25 build
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
38 end
39
40 packages
41 package %{name}
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end