]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - texinfo/texinfo.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / texinfo / texinfo.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = texinfo
7 version = 4.13a
8 release = 2
9
10 groups = Applications/Publishing
11 url = http://www.gnu.org/software/texinfo/
12 license = GPLv3
13 summary = Tools needed to create Texinfo format documentation files.
14
15 description
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.
19 end
20
21 source_dl = http://ftp.gnu.org/gnu/texinfo/
22
23 build
24 requires
25 help2man
26 ncurses-devel
27 zlib-devel
28 end
29
30 DIR_APP = %{DIR_SRC}/%{name}-4.13
31
32 test
33 make check
34 end
35 end
36
37 packages
38 package %{name}
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end