milis/talimatname/genel/c/connman/talimat

35 lines
764 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: Kablosuz LAN ağı programı (git çıkışı)
# URL: https://01.org/connman
# Paketçi: milisarge
# Gerekler: dbus gnutls glib xtables-addons openconnect openvpn wpa-supplicant
# Optional: pptp bluez
isim=connman
surum=git
devir=1
kaynak=(rc.connmand)
derle() {
cd $DERLEME_KAYNAKDIZIN
if cd $isim; then
git fetch -q; git reset --hard origin/master
else
git clone git://git.kernel.org/pub/scm/network/connman/connman.git -b master $isim
cd $isim
fi
./bootstrap-configure
./configure --prefix=/usr \
--bindir=/usr/bin \
--mandir=/usr/share/man \
--enable-openvpn \
--enable-client \
--enable-polkit
make
make DESTDIR=$PKG install
install -D -m 0755 $SRC/rc.connmand $PKG/etc/rc.d/init.d/connmand
}