]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - xterm/xterm.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / xterm / xterm.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = xterm
7 version = 262
8 release = 1
9
10 groups = X/Application
11 url = http://invisible-island.net/xterm/
12 license = MIT
13 summary = Terminal emulator for the X Window System.
14
15 description
16 The xterm program is a terminal emulator for the X Window System. It \
17 provides DEC VT102 and Tektronix 4014 compatible terminals for \
18 programs that can't use the window system directly.
19 end
20
21 source_dl = ftp://invisible-island.net/xterm/
22
23 sources = %{thisapp}.tgz
24
25 build
26 requires
27 libSM-devel
28 libXft-devel
29 libXaw-devel
30 libXext-devel
31 libxkbfile-devel
32 ncurses-devel
33 pkg-config
34 end
35
36 configure_options += \
37 --mandir=/usr/share/man \
38 --enable-256-color \
39 --enable-exec-xterm \
40 --enable-luit \
41 --enable-warnings \
42 --enable-wide-chars \
43 --with-tty-group=tty \
44 --disable-full-tgetent
45 end
46
47 packages
48 package %{name}
49 requires = xorg-x11-server
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55 end