CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
7759a54179551396f01210293dcf0a6f0ca24ad0
[ports/opt-arm64.git] / xterm / Pkgfile
1 # Description: The standard termulator.
2 # 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 # Depends on: xorg-libxaw xorg-font-alias xorg-font-misc-misc
6
7 name=xterm
8 version=324
9 release=1
10 source=(ftp://invisible-island.net/$name/$name-$version.tgz \
11 configure.diff)
12
13 build() {
14 cd $name-$version
15 [ -z "$BASH_VERSION" ] && patch -p0 -i $SRC/configure.diff
16
17 ./configure --prefix=/usr \
18 --disable-nls \
19 --enable-256-color \
20 --enable-wide-chars
21
22 make
23 make install DESTDIR=$PKG
24 }