CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1191 -
(hide annotations)
Sun Oct 4 15:12:59 2009 UTC (3 years, 8 months ago) by cjg
File size: 678 byte(s)
Sun Oct 4 15:12:59 2009 UTC (3 years, 8 months ago) by cjg
File size: 678 byte(s)
xterm: fixed to 243-1
| 1 | cjg | 720 | # Description: The standard termulator. |
| 2 | cjg | 870 | # URL: http://dickey.his.com/xterm/xterm.html |
| 3 | # Maintainer: Jose V Beneyto, sepen at crux dot nu | ||
| 4 | # Packager: Han Boetes, han at mijncomputer dot nl | ||
| 5 | cjg | 1191 | # Depends on: xorg-libxaw xorg-font-alias xorg-font-misc-misc |
| 6 | cjg | 720 | |
| 7 | name=xterm | ||
| 8 | cjg | 1101 | version=243 |
| 9 | cjg | 720 | release=1 |
| 10 | cjg | 870 | source=(ftp://invisible-island.net/$name/$name-$version.tgz \ |
| 11 | cjg | 1191 | configure.diff) |
| 12 | cjg | 720 | |
| 13 | cjg | 870 | build() { |
| 14 | cjg | 720 | cd $name-$version |
| 15 | [ -z "$BASH_VERSION" ] && patch -p0 -i $SRC/configure.diff | ||
| 16 | cjg | 870 | ./configure --prefix=/usr \ |
| 17 | --disable-nls \ | ||
| 18 | --enable-256-color \ | ||
| 19 | --enable-wide-chars | ||
| 20 | cjg | 720 | make |
| 21 | make install DESTDIR=$PKG | ||
| 22 | cjg | 870 | chmod 0755 $PKG/usr/bin/$name |
| 23 | cjg | 720 | } |