#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=xterm pkgver=235 pkgrel=1 zenver=52 arch=i486 source=("ftp://invisible-island.net/xterm/xterm.tar.gz") docs=("xterm.log.html" "readme" "install" "readme.i18n" "tests" "copying" "changelog" "authors" "news" "todo") url="http://invisible-island.net/xterm/xterm.html" options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xterm - X Terminal Emulator" "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." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --disable-desktop --with-app-defaults="/etc/X11/app-defaults" \ --enable-static="no" --enable-shared="yes" --disable-setuid \ --disable-setgid --enable-luit --enable-wide-chars --disable-toolbar \ --enable-readline-mouse --enable-88-color --enable-256-color \ --enable-paste64 --without-Xaw3d --with-utempter make || return 1 make install DESTDIR=$startdir/pkg rm -rf $startdir/pkg/usr/share }