]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - autogen/autogen.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / autogen / autogen.nm
CommitLineData
72421a31 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
72421a31
MT
4###############################################################################
5
802ea3af
MT
6name = autogen
7version = 5.9.4
8release = 1
72421a31 9
802ea3af
MT
10groups = Development/Tools
11url = http://www.gnu.org/software/autogen/
12license = GPLv3
13summary = Automated text file generator.
72421a31 14
802ea3af 15description
72421a31
MT
16 AutoGen is a tool designed to simplify the creation and maintenance of \
17 programs that contain large amounts of repetitious text. It is especially \
18 valuable in programs that have several blocks of text that must be kept \
19 synchronised.
802ea3af
MT
20end
21
22source_dl = http://ftp.gnu.org/gnu/autogen/
23
24build
25 requires
26 guile-devel
27 libxml2-devel
28 end
29end
72421a31 30
802ea3af
MT
31packages
32 package %{name}
33 end
1f9bc2f0
MT
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
802ea3af 38end