28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
# Template file for 'connman'
|
|
pkgname=connman
|
|
version=1.8
|
|
revision=2
|
|
subpackages="$pkgname-devel"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-pie --enable-threads --enable-ethernet
|
|
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
|
--enable-polkit --enable-client --with-systemdunitdir=/usr/lib/systemd/system"
|
|
makedepends="pkg-config glib-devel dbus-devel iptables-devel>=1.4.16.2
|
|
gnutls-devel readline-devel"
|
|
fulldepends="dbus bluez wpa_supplicant"
|
|
short_desc="Open Source CONNection MANager"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://connman.net/"
|
|
distfiles="${KERNEL_SITE}/network/$pkgname/$pkgname-$version.tar.xz"
|
|
checksum=f00ae8eeffdfe04ec6047267c503190c428cb7b4bda3bf5bbe77b31bc712d64c
|
|
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."
|