CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xter: added arch maintainer
[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 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Packager: Han Boetes, han at mijncomputer dot nl
6 # Depends on: xorg-libxaw xorg-font-alias xorg-font-misc-misc
7
8 name=xterm
9 version=324
10 release=1
11 source=(ftp://invisible-island.net/$name/$name-$version.tgz \
12 configure.diff)
13
14 build() {
15 cd $name-$version
16 [ -z "$BASH_VERSION" ] && patch -p0 -i $SRC/configure.diff
17
18 ./configure --prefix=/usr \
19 --disable-nls \
20 --enable-256-color \
21 --enable-wide-chars
22
23 make
24 make install DESTDIR=$PKG
25 }