milis/talimatname/genel/p/pptp/talimat
2018-07-31 12:05:52 +00:00

19 lines
461 B
Text
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
# Grup: ağ
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
}