milis/talimatname/genel/r/remmina/talimat

32 lines
800 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: A remote desktop client written in GTK+ - git checkout
# URL: http://www.remmina.org/
# Paketçi: milisarge
# Gerekler: intltool gtk3 cmake avahi xorg-libxkbfile freerdp telepathy-glib gtk2 libjpeg-turbo libssh libunique vte3 libgcrypt xorg-libxdmcp libgnome-keyring libvncserver libsecret webkitgtk2
isim=remmina
hesap=FreeRDP
_isim=Remmina
surum=1.2.0
devir=1
kaynak=()
derle() {
if [ ! -d $DERLEME_KAYNAKDIZIN/$_name ];then
git clone https://github.com/$hesap/$_name $DERLEME_KAYNAKDIZIN/$_name
else
cd $DERLEME_KAYNAKDIZIN/$_name
git pull
cd -
fi
cp -r $DERLEME_KAYNAKDIZIN/$_name $SRC/
cd $SRC/$_name
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DWITH_APPINDICATOR=OFF \
-DWITH_AVAHI=OFF \
.
make
make DESTDIR="${PKG}/" install
}