]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - texinfo/texinfo.nm
perl-HTML-Parser: Fix library permissions
[people/stevee/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 = 7.0.1
8 release = 1.1
9
10 groups = Applications/Publishing
11 url = https://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 = https://ftp.gnu.org/gnu/texinfo/
22
23 build
24 requires
25 help2man
26 ncurses-devel
27 perl(Data::Dumper)
28 perl(File::Copy)
29 perl(Unicode::Normalize)
30 perl-libintl-perl
31 zlib-devel
32 end
33
34 test
35 make check
36 end
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end