milis/talimatname/genel/x/x11vnc/talimat

22 lines
520 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: Gerçek X ekranları için VNC sunucusu
# URL: http://www.karlrunge.com/x11vnc/
# Paketçi: milisarge
# Gerekler: libjpeg-turbo xorg-libxdamage xorg-libxinerama xorg-libxrandr xorg-libxtst
# Grup: sistem
isim=x11vnc
surum=0.9.13
devir=1
kaynak=(http://prdownloads.sf.net/libvncserver/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
CONFIG_SHELL=/bin/bash \
./configure --prefix=/usr \
--disable-nls \
--mandir=$PKG/usr/man
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/{include,share}
}