2009-12-03 07:42:16 +01:00
|
|
|
# Template file for 'connman'
|
|
|
|
pkgname=connman
|
2012-05-15 18:37:10 +02:00
|
|
|
version=1.0
|
|
|
|
homepage="http://connman.net/"
|
2012-01-17 08:34:10 +01:00
|
|
|
distfiles="${KERNEL_SITE}/network/$pkgname/$pkgname-$version.tar.xz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-01-17 08:34:10 +01:00
|
|
|
configure_args="--enable-pie --enable-threads --enable-ethernet
|
2012-05-15 18:37:10 +02:00
|
|
|
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
|
|
|
--enable-polkit --enable-client --with-systemdunitdir=/lib/systemd/system"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="pkg-config glib-devel dbus-devel iptables-devel gnutls-devel"
|
|
|
|
fulldepends="dbus bluez wpa_supplicant"
|
2012-06-05 18:49:00 +02:00
|
|
|
revision=2
|
2009-12-03 07:42:16 +01:00
|
|
|
short_desc="Open Source CONNection MANager"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-05-15 18:37:10 +02:00
|
|
|
license="GPL-2"
|
|
|
|
checksum=627896a506f66629d288934ba7ffb16f539d74f86723c70206cfe9f4c4bcad91
|
2009-12-03 07:42:16 +01:00
|
|
|
long_desc="
|
|
|
|
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."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|
2011-07-03 18:01:24 +02:00
|
|
|
|