milis/talimatname/genel/t/tigervnc/talimat

24 lines
574 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: VNC istemcisi
# URL: http://tigervnc.org
# Paketçi: milisarge
# Gerekler: cmake fltk1 gegl libjpeg-turbo xorg-libxtst xorg-libxfont xorg-xauth xorg-xkbcomp xorg-libpixman libgcrypt xorg-libxdamage gnutls
isim=tigervnc
surum=1.6.0
devir=2
kaynak=(https://github.com/TigerVNC/$isim/archive/v$surum.tar.gz)
derle() {
mv $DERLEME_KAYNAKDIZIN/v$surum.tar.gz $DERLEME_KAYNAKDIZIN/$isim-$surum.tar.gz
mkdir build
cd build
cmake -G "Unix Makefiles" \
-DCMAKE_INSTALL_PREFIX=/usr \
../$isim-$surum
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}