]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - xterm/xterm.nm
Merge remote-tracking branch 'stevee/ppp-update'
[people/ms/ipfire-3.x.git] / xterm / xterm.nm
CommitLineData
70451f7e 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
70451f7e
SS
4###############################################################################
5
802ea3af
MT
6name = xterm
7version = 262
8release = 1
70451f7e 9
802ea3af
MT
10groups = X/Application
11url = http://invisible-island.net/xterm/
12license = MIT
13summary = Terminal emulator for the X Window System.
70451f7e 14
802ea3af 15description
70451f7e
SS
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.
802ea3af
MT
19end
20
21source_dl = ftp://invisible-island.net/xterm/
22
23sources = %{thisapp}.tgz
24
25build
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
45end
46
47packages
48 package %{name}
49 requires = xorg-x11-server
50 end
1f9bc2f0
MT
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
802ea3af 55end