]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - texinfo/texinfo.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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
MT
6name = texinfo
7version = 4.13a
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
27 zlib-devel
28 end
166a6c21 29
802ea3af 30 DIR_APP = %{DIR_SRC}/%{name}-4.13
166a6c21 31
802ea3af
MT
32 test
33 make check
34 end
35end
166a6c21 36
802ea3af
MT
37packages
38 package %{name}
39 end
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end