milis/talimatname/genel/c/ctunnel/talimat

17 lines
421 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.

# Description: komut satırından kullanılan şifreli tünelleme uygulaması
# URL: http://nardcore.org/ctunnel
# Packager: milisarge
# Depends on: libgcrypt
name=ctunnel
version=0.7
release=1
source=(https://nardcore.org/ctunnel/$version/$name-$version.tar.gz)
build(){
cd $SRC/$name-$version
sed -i 's/-lgcrypt/-lgcrypt -lgpg-error/' src/Makefile
make
install -m755 -D src/$name $PKG/usr/bin/$name
}