milis/talimatname/genel/p/pptp/talimat

19 lines
449 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: Tescilli Microsoft Noktadan Noktaya Tünel Protokolü, PPTP için istemci.
# URL: http://pptpclient.sourceforge.net/
# Paketçi: milisarge
# Gerekler: ppp
isim=pptp
surum=1.7.2
devir=1
kaynak=(http://downloads.sourceforge.net/sourceforge/pptpclient/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
sed -i 's|BINDIR=$(DESTDIR)/usr|BINDIR=$(DESTDIR)|' Makefile
sed -i 's|/bin/ip|/sbin/ip|g' routing.c
make
make DESTDIR=$PKG install
}