Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18 - (hide annotations)
Sun Oct 4 14:31:35 2009 UTC (3 years, 8 months ago) by cjg
File size: 618 byte(s)
xterm: updated to 237
1 cjg 2 # Description: The standard termulator.
2     # URL: http://dickey.his.com/xterm/xterm.html
3     # Maintainer: Simone Rota, sip at crux dot nu
4     # Packager: Han Boetes, han at mijncomputer dot nl
5     # Depends on: xorg-libxaw
6    
7     name=xterm
8 cjg 18 version=237
9 cjg 2 release=1
10     source=(ftp://invisible-island.net/xterm/xterm-$version.tgz \
11     configure.diff)
12    
13     build()
14     {
15     cd $name-$version
16     [ -z "$BASH_VERSION" ] && patch -p0 -i $SRC/configure.diff
17     ./configure \
18     --prefix=/usr \
19     --disable-nls \
20     --enable-256-color \
21     --enable-wide-chars
22     make
23     make install DESTDIR=$PKG
24     chmod 0755 $PKG/usr/bin/xterm
25     }