]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - texinfo/texinfo.nm
texinfo: Fix build
[people/stevee/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
49a18b40 7version = 6.1
ee5e4c03 8release = 2
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
ee5e4c03 27 perl(Data::Dumper)
07fddc52 28 perl-libintl-perl
802ea3af
MT
29 zlib-devel
30 end
166a6c21 31
802ea3af
MT
32 test
33 make check
34 end
35end
166a6c21 36
802ea3af
MT
37packages
38 package %{name}
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end