milis/talimatname/genel/x/xorg-term/talimat

40 lines
945 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: X Pencere Sistemi icin terminal emulatoru
# URL: http://invisible-island.net/xorg-term/
# Paketçi: milisarge
# Gerekler: xorg-app xorg-fontconfig xorg-libxft
_isim=xterm
isim=xorg-term
surum=322
devir=1
kaynak=(ftp://invisible-island.net/${_name}/${_name}-$surum.tgz
$isim.list)
derle() {
cd ${_name}-*
sed -i '/v0/{n;s/new:/new:kb=^?:/}' termcap &&
printf '\tkbs=\\177,\n' >> terminfo
TERMINFO=/usr/share/terminfo \
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--with-app-defaults=/etc/X11/app-defaults
make
make DESTDIR=$PKG install
make DESTDIR=$PKG install-ti
cat >> $PKG/etc/X11/app-defaults/XTerm << "EOF"
*VT100*locale: true
*VT100*faceName: Monospace
*VT100*faceSize: 10
*backarrowKeyIsErase: true
*ptyInitialErase: true
EOF
install -m755 -d $PKG/usr/share/applications
install -m644 {xterm,uxterm}.desktop $PKG/usr/share/applications/
for file in `cat $SRC/$isim.list`
do
rm $PKG/$file
done
}