milis/talimatname/genel/t/tuntox/talimat

25 lines
472 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: Tox protokolü üzerinden tünel TCP bağlantıları
# URL: http://tuntox.pl/
# Paketçi: milisarge
# Gerekler: cscope toxcore
# Gruplar: ağ
isim=tuntox
surum=git
devir=1
kaynak=(shared-build.patch)
derle() {
if [ ! -d $DERLEME_KAYNAKDIZIN/$isim.git ];then
git clone https://github.com/gjedeer/$isim.git
else
cd $DERLEME_KAYNAKDIZIN/$isim.git
git pull
cd -
fi
cd $isim
patch -p1 -i ../shared-build.patch
make
install -Dm755 tuntox "$PKG/usr/bin/tuntox"
}