milis/talimatname/genel/libvncserver/talimat

20 lines
531 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: VNC sunucusunu kolayca uygulamanıza olanak tanıyan çapraz platform C kütüphaneleri
# URL: https://libvnc.github.io/
# Packager: milisarge
# Depends on: libjpeg-turbo libpng gnutls libgcrypt sdl
name=libvncserver
version=0.9.10
release=1
source=(https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${version}.tar.gz
initialize-libgcrypt.patch)
build () {
cd $name-LibVNCServer-$version
patch -p1 -i ../initialize-libgcrypt.patch
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}