milis/talimatname/genel/c/connman/talimat

35 lines
764 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Kablosuz LAN ağı programı (git çıkışı)
2016-05-10 03:28:37 +02:00
# URL: https://01.org/connman
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: dbus gnutls glib xtables-addons openconnect openvpn wpa-supplicant
2016-05-10 03:28:37 +02:00
# Optional: pptp bluez
2017-10-28 14:10:23 +02:00
isim=connman
surum=git
devir=1
kaynak=(rc.connmand)
2016-05-10 03:28:37 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2016-05-10 03:28:37 +02:00
cd $DERLEME_KAYNAKDIZIN
2017-10-28 14:10:23 +02:00
if cd $isim; then
2016-05-10 03:28:37 +02:00
git fetch -q; git reset --hard origin/master
else
2017-10-28 14:10:23 +02:00
git clone git://git.kernel.org/pub/scm/network/connman/connman.git -b master $isim
cd $isim
2016-05-10 03:28:37 +02:00
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
}