xterm: update to 242, new deps style.

--HG--
extra : convert_revision : 655f638b91d4c1c4af78ae37c6f13d17b8afa1d2
This commit is contained in:
Juan RP 2009-03-26 16:00:46 +01:00
parent bc0e2c9090
commit 838a2863c1

View file

@ -1,16 +1,18 @@
# Template build file for 'xterm'. # Template build file for 'xterm'.
pkgname=xterm pkgname=xterm
version=2.37 version=242
wrksrc=$pkgname-237 distfiles="ftp://invisible-island.net/xterm/$pkgname-$version.tgz"
distfiles="ftp://invisible-island.net/xterm/$pkgname-237@.tgz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--enable-wide-chars --enable-88-color configure_args="--enable-wide-chars --enable-88-color --enable-broken-osc
--enable-256-color --enable-luit --enable-paste64 --enable-256-color --enable-luit --enable-paste64 --enable-ansicolor
--enable-miniluit --enable-readline-mouse --enable-miniluit --enable-readline-mouse --enable-broken-st
--disable-imake --enable-narrowproto" --disable-imake --enable-narrowproto --libdir=/etc --enable-load-vt-fonts
short_desc="Latest terminal emulator for the X window System" --with-app-defaults=/usr/share/X11/app-defaults --enable-i18n
--disable-full-tgetent --disable-imake --enable-doublechars
--enable-freetype --enable-tcap-query --enable-logging --enable-dabbrev"
short_desc="X Terminal Emulator"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=3e64296f5526dc00024f68695078f90ea9b6550c checksum=db5a312b2e222c8f95477e688f017ece3212197c13b7ea4078eba38e069599c2
long_desc=" long_desc="
The xterm program is a terminal emulator for the X Window System. It provides The xterm program is a terminal emulator for the X Window System. It provides
DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use
@ -19,3 +21,10 @@ long_desc="
This version implements ISO/ANSI colors using the \"new\" color model This version implements ISO/ANSI colors using the \"new\" color model
(i.e., background color erase). It also implements most of the control (i.e., background color erase). It also implements most of the control
sequences for VT220." sequences for VT220."
Add_dependency full glibc
Add_dependency build ncurses
Add_dependency run ncurses-libs
Add_dependency full readline
Add_dependency full libXft
Add_dependency full libXaw