opt/xterm/Pkgfile

26 lines
716 B
Plaintext
Raw Normal View History

# Description: Termulator emulator for X Windows
# URL: http://invisible-island.net/xterm/xterm.html
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: xorg-libxaw xorg-font-alias xorg-font-misc-misc
2006-11-28 17:53:11 +01:00
name=xterm
2018-09-22 14:39:50 +02:00
version=337
2007-07-11 13:30:55 +02:00
release=1
source=(ftp://ftp.invisible-island.net/$name/$name-$version.tgz)
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
2012-10-01 16:12:55 +02:00
2009-01-08 17:06:10 +01:00
./configure --prefix=/usr \
--with-app-defaults=/usr/share/X11/app-defaults/ \
2009-01-08 17:06:10 +01:00
--disable-nls \
--enable-256-color \
--enable-wide-chars
2015-08-30 00:49:00 +02:00
2006-11-28 17:53:11 +01:00
make
make install DESTDIR=$PKG
install -d $PKG/usr/share/applications
install -m 0644 xterm.desktop $PKG/usr/share/applications
2006-11-28 17:53:11 +01:00
}