Files
Arch-R/packages/network/connman/meta
Stephan Raue 84ba1f7a38 connman: update to connman-0.63
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-04 02:32:27 +01:00

19 lines
1.1 KiB
Plaintext

PKG_NAME="connman"
PKG_VERSION="0.63"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.connman.net"
PKG_URL="http://www.kernel.org/pub/linux/network/connman/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="glib dbus udev iptables wpa_supplicant ntp siglaunchd"
PKG_BUILD_DEPENDS="toolchain glib dbus udev iptables"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="connman: Network manager daemon"
PKG_LONGDESC="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. The plug-in approach allows for easy adaption and modification for various use cases."
PKG_IS_ADDON="no"
if [ "$DEVTOOLS" = yes ]; then
PKG_DEPENDS="$PKG_DEPENDS Python pygobject dbus-python"
fi