milis/talimatname/genel/p/ppp/talimat

25 lines
540 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: dialup ağ yapılandırması için noktadan noktaya arkaplan çalışanı
# URL: http://samba.org/ppp
# Paketçi: milisarge
# Gerekler: libpcap
# Grup: ağ
isim=ppp
surum=2.4.7
devir=1
kaynak=(http://samba.org/ftp/$isim/$isim-$surum.tar.gz
pppd.servis)
derle() {
unset MAKEFLAGS
export CFLAGS="$CFLAGS -D_GNU_SOURCE"
cd $isim-$surum
./configure --prefix=/usr
make
make INSTROOT=$PKG install-etcppp
make INSTROOT=$PKG install
mkdir -p $PKG/etc/rc.d/init.d/
install -m755 ../pppd.servis $PKG/etc/rc.d/init.d/pppd
}