milis/talimatname/genel/x11vnc/talimat

21 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.

# Description: Gerçek X ekranları için VNC sunucusu
# URL: http://www.karlrunge.com/x11vnc/
# Packager: milisarge
# Depends on: libjpeg-turbo xorg-libxdamage xorg-libxinerama xorg-libxrandr xorg-libxtst
name=x11vnc
version=0.9.13
release=1
source=(http://prdownloads.sf.net/libvncserver/$name-$version.tar.gz)
build() {
cd $name-$version
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}
}