]> git.ipfire.org Git - ipfire-3.x.git/blame_incremental - minicom/minicom.nm
Add a -debuginfo for every package that is not noarch.
[ipfire-3.x.git] / minicom / minicom.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = minicom
7version = 2.5
8release = 1
9
10groups = Applications/System
11url = http://alioth.debian.org/projects/minicom/
12license = GPLv2
13summary = A text-based modem control and terminal emulation program.
14
15description
16 Minicom is a simple text-based modem control and terminal emulation
17 program somewhat similar to MSDOS Telix. Minicom includes a dialing
18 directory, full ANSI and VT100 emulation, an (external) scripting
19 language, and other features.
20end
21
22source_dl = http://alioth.debian.org/frs/download.php/3487/
23
24build
25 requires
26 ncurses-devel
27 end
28
29 prepare_cmds
30 mkdir -pv /var/lock
31 end
32end
33
34packages
35 package %{name}
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
40end