2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Tox protokolü üzerinden tünel TCP bağlantıları
|
|
|
|
|
# URL: http://tuntox.pl/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: cscope toxcore
|
2018-07-26 12:56:02 +02:00
|
|
|
|
# Gruplar: ağ
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
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"
|
|
|
|
|
}
|