milis/talimatname/genel/t/tuntox/talimat

24 lines
461 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Tox protokolü üzerinden tünel TCP bağlantıları
2016-10-15 22:37:33 +02:00
# URL: http://tuntox.pl/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: cscope toxcore
2017-04-19 14:39:08 +02:00
2016-10-15 22:37:33 +02:00
name=tuntox
version=git
release=1
source=(shared-build.patch)
2017-10-27 23:59:41 +02:00
derle() {
2016-10-15 22:37:33 +02:00
if [ ! -d $DERLEME_KAYNAKDIZIN/$name.git ];then
git clone https://github.com/gjedeer/$name.git
else
cd $DERLEME_KAYNAKDIZIN/$name.git
git pull
cd -
fi
cd $name
patch -p1 -i ../shared-build.patch
make
install -Dm755 tuntox "$PKG/usr/bin/tuntox"
}