milis/talimatname/genel/v/vpnc/talimat

19 lines
413 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: Cisco vpn konsantratörü için istemci
# URL: https://www.unix-ag.uni-kl.de/~massar/vpnc/
# Paketçi: milisarge
# Gerekler: libgcrypt
# Grup: ağ
isim=vpnc
surum=0.5.3
devir=1
kaynak=(https://www.unix-ag.uni-kl.de/~massar/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
make
make DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/share/man install
install -Dm755 vpnc-script $PKG/etc/vpnc/vpnc-script
}