milis/talimatname/genel/c/ctunnel/talimat

18 lines
422 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: komut satırından kullanılan şifreli tünelleme uygulaması
# URL: http://nardcore.org/ctunnel
# Paketçi: milisarge
# Gerekler: libgcrypt
# Grup: güvenlik
isim=ctunnel
surum=0.7
devir=1
kaynak=(https://nardcore.org/ctunnel/$surum/$isim-$surum.tar.gz)
derle(){
cd $SRC/$isim-$surum
sed -i 's/-lgcrypt/-lgcrypt -lgpg-error/' src/Makefile
make
install -m755 -D src/$isim $PKG/usr/bin/$isim
}