grup-düzenlemeleri
This commit is contained in:
parent
a06f1e4ad2
commit
3f686431f8
|
@ -1,7 +1,8 @@
|
||||||
# Tanım: uzaktan erişim protokolu
|
# Tanım: Uzaktan erişim protokolu
|
||||||
# URL: http://www.freerdp.com/
|
# URL: http://www.freerdp.com/
|
||||||
# Paketçi: milisarge
|
# Paketçi: milisarge
|
||||||
# Gerekler: xorg-libx11 xorg-libxrender xorg-libxcursor xorg-libxext ffmpeg pulseaudio cups openh264
|
# Gerekler: xorg-libx11 xorg-libxrender xorg-libxcursor xorg-libxext ffmpeg pulseaudio cups openh264
|
||||||
|
# Grup: ağ
|
||||||
|
|
||||||
isim=freerdp
|
isim=freerdp
|
||||||
hesap=FreeRDP
|
hesap=FreeRDP
|
||||||
|
@ -11,14 +12,14 @@ devir=1
|
||||||
kaynak=()
|
kaynak=()
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
if [ ! -d $DERLEME_KAYNAKDIZIN/$_name ];then
|
if [ ! -d $DERLEME_KAYNAKDIZIN/$_isim ];then
|
||||||
git clone https://github.com/$hesap/$_name $DERLEME_KAYNAKDIZIN/$_name
|
git clone https://github.com/$hesap/$_isim $DERLEME_KAYNAKDIZIN/$_name
|
||||||
else
|
else
|
||||||
cd $DERLEME_KAYNAKDIZIN/$_name
|
cd $DERLEME_KAYNAKDIZIN/$_isim
|
||||||
git pull
|
git pull
|
||||||
cd -
|
cd -
|
||||||
fi
|
fi
|
||||||
cp -r $DERLEME_KAYNAKDIZIN/$_name $SRC/
|
cp -r $DERLEME_KAYNAKDIZIN/$_isim $SRC/
|
||||||
cd $SRC/FreeRDP/
|
cd $SRC/FreeRDP/
|
||||||
|
|
||||||
cmake \
|
cmake \
|
||||||
|
|
Loading…
Reference in New Issue