]> git.ipfire.org Git - ipfire-3.x.git/blame_incremental - texinfo/texinfo.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / texinfo / texinfo.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = texinfo
7version = 7.1
8release = 1
9
10groups = Applications/Publishing
11url = https://www.gnu.org/software/texinfo/
12license = GPLv3
13summary = Tools needed to create Texinfo format documentation files.
14
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
20
21source_dl = https://ftp.gnu.org/gnu/texinfo/
22
23build
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
37end
38
39packages
40 package %{name}
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45end