]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - minicom/minicom.nm
kernel: Update to 3.15.6.
[people/ms/ipfire-3.x.git] / minicom / minicom.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = minicom
7 version = 2.5
8 release = 1
9
10 groups = Applications/System
11 url = http://alioth.debian.org/projects/minicom/
12 license = GPLv2
13 summary = A text-based modem control and terminal emulation program.
14
15 description
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.
20 end
21
22 source_dl = http://alioth.debian.org/frs/download.php/3487/
23
24 build
25 requires
26 ncurses-devel
27 end
28
29 prepare_cmds
30 mkdir -pv /var/lock
31 end
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
40 end