PN: connman
PV: 1.34
PR: r0
PKGV: 1.34
PKGR: r0
LICENSE: GPLv2
DESCRIPTION: The ConnMan project provides a daemon for managing internet connections within embedded devices running the Linux operating system.  The Connection Manager is designed to be slim and to use as few resources as possible, so it can be easily integrated. It is a fully modular system that can be extended, through plug-ins, to support all kinds of wired or wireless technologies. Also, configuration methods, like DHCP and domain name resolving, are implemented using plug-ins.
SUMMARY: A daemon for managing internet connections within embedded devices
RDEPENDS_connman: bluez5 dbus iptables (>= 1.6.1) ofono wpa-supplicant dbus-lib (>= 1.10.20) glibc (>= 2.26) gnutls (>= 3.5.13) glib-2.0 (>= 2.52.3)
RPROVIDES_connman: \tconnman-plugin-loopback \tconnman-plugin-ethernet \t \tconnman-plugin-wifi \tconnman-plugin-ofono \t
RRECOMMENDS_connman: connman-lic connman-conf update-rc.d
SECTION: base
PKG_connman: connman
FILES_connman: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /usr/lib/connman/plugins             /etc /com /var             /bin/* /sbin/* /lib/*.so* /usr/share/connman             /usr/share/dbus-1/system-services/*             /etc/tmpfiles.d/connman_resolvconf.conf
pkg_postinst_connman: #!/bin/sh\n# Begin section update-rc.d\nif true && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-r $D"\n\telse\n\t\tOPT="-s"\n\tfi\n\tupdate-rc.d $OPT connman start 05 5 2 3 . stop 22 0 1 6 .\nfi\n# End section update-rc.d\n
pkg_postrm_connman: #!/bin/sh\nif true && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT connman remove\nfi\n
pkg_preinst_connman: #!/bin/sh\nif true && [ -z "$D" -a -f "/etc/init.d/connman" ]; then\n\t/etc/init.d/connman stop || :\nfi\nif true && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT connman remove\nfi\n
pkg_prerm_connman: #!/bin/sh\n# Begin section update-rc.d\nif true && [ -z "$D" -a -x "/etc/init.d/connman" ]; then\n\t/etc/init.d/connman stop || :\nfi\n# End section update-rc.d\n
FILES_INFO: {"/etc/init.d/connman": 1462, "/etc/dbus-1/system.d/connman.conf": 642, "/usr/sbin/connmand": 771904}
FILERDEPENDSFLIST_connman: /etc/init.d/connman /usr/sbin/connmand
FILERDEPENDS_/etc/init.d/connman_connman: /bin/sh
FILERDEPENDS_/usr/sbin/connmand_connman: libdl.so.2(GLIBC_2.17)(64bit) libresolv.so.2(GLIBC_2.17)(64bit) libdbus-1.so.3(LIBDBUS_1_3)(64bit) libc.so.6(GLIBC_2.17)(64bit) libgnutls.so.30(GNUTLS_3_4)(64bit) libglib-2.0.so.0()(64bit) libdbus-1.so.3()(64bit) libgnutls.so.30()(64bit) libresolv.so.2()(64bit) libdl.so.2()(64bit) libxtables.so.12()(64bit) libc.so.6()(64bit) rtld(GNU_HASH)
PKGSIZE_connman: 774008
