b52d064544
Each template now needs to use $distfiles that accepts the full URL to download the distfile and old $extract_sufx is now merged on it, but this must be separated by the '@' character. Example: distfiles="http://www.foo.org/blah-6.2@.tar.gz http://www.foo.org/blob-1.0@.tar.bz2" If distfiles contains multiple files defined, $wrksrc is now mandatory. --HG-- extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
22 lines
877 B
Cheetah
22 lines
877 B
Cheetah
# Template build file for 'xterm'.
|
|
pkgname=xterm
|
|
version=2.37
|
|
wrksrc=$pkgname-237
|
|
distfiles="ftp://invisible-island.net/xterm/$pkgname-237@.tgz"
|
|
build_style=gnu_configure
|
|
configure_args="--enable-wide-chars --enable-88-color
|
|
--enable-256-color --enable-luit --enable-paste64
|
|
--enable-miniluit --enable-readline-mouse
|
|
--disable-imake --enable-narrowproto"
|
|
short_desc="Latest terminal emulator for the X window System"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=3e64296f5526dc00024f68695078f90ea9b6550c
|
|
long_desc="
|
|
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
|
|
the window system directly.
|
|
|
|
This version implements ISO/ANSI colors using the \"new\" color model
|
|
(i.e., background color erase). It also implements most of the control
|
|
sequences for VT220."
|