opt/xterm/Pkgfile

23 lines
644 B
Plaintext
Raw Normal View History

2006-11-28 17:53:11 +01:00
# Description: The standard termulator.
2009-01-08 17:06:10 +01:00
# 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
2009-06-22 20:03:08 +02:00
# Depends on: xorg-libxaw xorg-font-alias xorg-font-misc-misc
2006-11-28 17:53:11 +01:00
name=xterm
2012-06-27 10:30:12 +02:00
version=281
2007-07-11 13:30:55 +02:00
release=1
2009-01-08 17:06:10 +01:00
source=(ftp://invisible-island.net/$name/$name-$version.tgz \
2009-05-11 14:09:06 +02:00
configure.diff)
2006-11-28 17:53:11 +01:00
2009-01-08 17:06:10 +01:00
build() {
2006-11-28 17:53:11 +01:00
cd $name-$version
[ -z "$BASH_VERSION" ] && patch -p0 -i $SRC/configure.diff
2009-01-08 17:06:10 +01:00
./configure --prefix=/usr \
--disable-nls \
--enable-256-color \
--enable-wide-chars
2006-11-28 17:53:11 +01:00
make
make install DESTDIR=$PKG
}