]> git.ipfire.org Git - ipfire-3.x.git/blob - texinfo/texinfo.nm
kernel: Disable support for 6RD
[ipfire-3.x.git] / texinfo / texinfo.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = texinfo
7 version = 6.1
8 release = 2
9
10 groups = Applications/Publishing
11 url = http://www.gnu.org/software/texinfo/
12 license = GPLv3
13 summary = Tools needed to create Texinfo format documentation files.
14
15 description
16 Texinfo is a documentation system that can produce both online
17 information and printed output from a single source file. The GNU
18 Project uses the Texinfo file format for most of its documentation.
19 end
20
21 source_dl = http://ftp.gnu.org/gnu/texinfo/
22
23 build
24 requires
25 help2man
26 ncurses-devel
27 perl(Data::Dumper)
28 perl-libintl-perl
29 zlib-devel
30 end
31
32 test
33 make check
34 end
35 end
36
37 packages
38 package %{name}
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end