]> git.ipfire.org Git - ipfire-3.x.git/blame - texinfo/texinfo.nm
texinfo: Update to version 7.1
[ipfire-3.x.git] / texinfo / texinfo.nm
CommitLineData
166a6c21 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
166a6c21
MT
4###############################################################################
5
802ea3af 6name = texinfo
d153cb02 7version = 7.1
749a96e6 8release = 1
166a6c21 9
802ea3af 10groups = Applications/Publishing
9353997c 11url = https://www.gnu.org/software/texinfo/
802ea3af
MT
12license = GPLv3
13summary = Tools needed to create Texinfo format documentation files.
166a6c21 14
802ea3af
MT
15description
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.
19end
166a6c21 20
9353997c 21source_dl = https://ftp.gnu.org/gnu/texinfo/
166a6c21 22
802ea3af
MT
23build
24 requires
25 help2man
26 ncurses-devel
ee5e4c03 27 perl(Data::Dumper)
afd1cb3b
MT
28 perl(File::Copy)
29 perl(Unicode::Normalize)
07fddc52 30 perl-libintl-perl
802ea3af
MT
31 zlib-devel
32 end
166a6c21 33
802ea3af
MT
34 test
35 make check
36 end
37end
166a6c21 38
802ea3af
MT
39packages
40 package %{name}
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end