2009-12-03 06:42:16 +00:00
|
|
|
# Template file for 'connman'
|
|
|
|
pkgname=connman
|
2014-12-13 10:40:50 +00:00
|
|
|
version=1.27
|
|
|
|
revision=1
|
2014-04-15 07:55:37 +00:00
|
|
|
lib32disaled=yes
|
2014-12-13 10:40:50 +00:00
|
|
|
build_options="systemd"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2014-12-13 10:40:50 +00:00
|
|
|
configure_args="--enable-polkit --enable-client --enable-pie --enable-ethernet
|
2012-10-12 07:36:26 +00:00
|
|
|
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
2014-09-11 20:51:01 +00:00
|
|
|
$(vopt_if systemd --with-systemdunitdir=/usr/lib/systemd/system)"
|
2014-12-13 10:40:50 +00:00
|
|
|
hostmakedepends="pkg-config wpa_supplicant iptables"
|
2014-09-08 08:52:56 +00:00
|
|
|
makedepends="libglib-devel dbus-devel iptables-devel>=1.4.18 gnutls-devel>=3.1.5 readline-devel>=6.3"
|
2014-01-04 10:25:09 +00:00
|
|
|
depends="wpa_supplicant"
|
2009-12-03 06:42:16 +00:00
|
|
|
short_desc="Open Source CONNection MANager"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-05-15 16:37:10 +00:00
|
|
|
license="GPL-2"
|
2012-07-09 21:21:16 +00:00
|
|
|
homepage="http://connman.net/"
|
|
|
|
distfiles="${KERNEL_SITE}/network/$pkgname/$pkgname-$version.tar.xz"
|
2014-12-13 10:40:50 +00:00
|
|
|
checksum=13997824c076af150c68d6d79e48277216e8192278a5c6615cfd4905d65600f5
|
2014-09-11 20:51:01 +00:00
|
|
|
|
2012-12-07 15:11:22 +00:00
|
|
|
post_install() {
|
|
|
|
# Install the client connmanctl.
|
2014-09-08 08:52:56 +00:00
|
|
|
vbin client/connmanctl
|
2014-10-13 11:12:20 +00:00
|
|
|
vsv connmand
|
2012-12-07 15:11:22 +00:00
|
|
|
}
|
2013-04-12 06:55:23 +00:00
|
|
|
|
|
|
|
connman-devel_package() {
|
2013-04-26 03:36:37 +00:00
|
|
|
depends="dbus-devel libglib-devel"
|
2013-09-03 07:25:06 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 06:55:23 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|