]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - texinfo/texinfo.nm
glibc: Update to 2.20
[people/ms/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
07fddc52
TE
7version = 5.1
8release = 1
166a6c21 9
802ea3af
MT
10groups = Applications/Publishing
11url = http://www.gnu.org/software/texinfo/
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
802ea3af 21source_dl = http://ftp.gnu.org/gnu/texinfo/
166a6c21 22
802ea3af
MT
23build
24 requires
25 help2man
26 ncurses-devel
07fddc52 27 perl-libintl-perl
802ea3af
MT
28 zlib-devel
29 end
166a6c21 30
802ea3af
MT
31 test
32 make check
33 end
34end
166a6c21 35
802ea3af
MT
36packages
37 package %{name}
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end