]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - texinfo/texinfo.nm
kernel: Update to 3.15.6.
[people/ms/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 = 5.1
8 release = 1
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-libintl-perl
28 zlib-devel
29 end
30
31 test
32 make check
33 end
34 end
35
36 packages
37 package %{name}
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end