milis/talimatname/genel/s/screen/talimat

30 lines
862 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: Screen, fiziksel bir terminali birkaç işlem arasında, genellikle etkileşimli kabuklarla çoğaltılan tam ekran bir pencere yöneticisidir
# URL: http://www.gnu.org/software/screen/screen.html
# Paketçi: milisarge
# Gerekler:
# Grup: masaüstü
isim=screen
surum=4.3.1
devir=1
kaynak=(ftp://ftp.gnu.org/gnu/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--with-socket-dir=/run/screen \
--with-pty-group=5 \
--with-sys-screenrc=/etc/screenrc &&
sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &&
make
make DESTDIR=$PKG install
rm $PKG/usr/share/info/dir
mkdir $PKG/etc
install -m 644 etc/etcscreenrc \
$PKG/etc/screenrc
}