xterm: updated to 238 and fixed FS#411

This commit is contained in:
JoseVBeneyto 2009-01-08 16:06:10 +00:00
parent 73d511c095
commit cb11b357e8
2 changed files with 14 additions and 16 deletions

View File

@ -1,2 +1,2 @@
2bc971a1753fe57aca05fde7c005a16c configure.diff
6d5f9e124fd3e09487f47c66da8c7345 xterm-237.tgz
754f670723eb9a20f9f90d7c5f4a5bad xterm-238.tgz

View File

@ -1,25 +1,23 @@
# Description: The standard termulator.
# URL: http://dickey.his.com/xterm/xterm.html
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on: xorg-libxaw
# URL: http://dickey.his.com/xterm/xterm.html
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on: xorg-libxaw
name=xterm
version=237
version=238
release=1
source=(ftp://invisible-island.net/xterm/xterm-$version.tgz \
configure.diff)
source=(ftp://invisible-island.net/$name/$name-$version.tgz \
configure.diff)
build()
{
build() {
cd $name-$version
[ -z "$BASH_VERSION" ] && patch -p0 -i $SRC/configure.diff
./configure \
--prefix=/usr \
--disable-nls \
--enable-256-color \
--enable-wide-chars
./configure --prefix=/usr \
--disable-nls \
--enable-256-color \
--enable-wide-chars
make
make install DESTDIR=$PKG
chmod 0755 $PKG/usr/bin/xterm
chmod 0755 $PKG/usr/bin/$name
}