2009-12-03 07:42:16 +01:00
|
|
|
# Template file for 'connman'
|
|
|
|
pkgname=connman
|
2014-02-01 15:49:13 +01:00
|
|
|
version=1.21
|
2014-02-27 14:54:19 +01:00
|
|
|
revision=2
|
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-10-12 09:36:26 +02:00
|
|
|
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
2013-04-26 05:36:37 +02:00
|
|
|
--enable-polkit --enable-client --with-systemdunitdir=/usr/lib/systemd/system"
|
2014-01-04 11:25:09 +01:00
|
|
|
hostmakedepends="pkg-config"
|
2014-02-27 14:54:19 +01:00
|
|
|
makedepends="libglib-devel dbus-devel iptables-devel>=1.4.18 gnutls-devel>=3.1.5 readline-devel>=6.3 wpa_supplicant"
|
2014-01-04 11:25:09 +01:00
|
|
|
depends="wpa_supplicant"
|
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"
|
2012-07-09 23:21:16 +02:00
|
|
|
homepage="http://connman.net/"
|
|
|
|
distfiles="${KERNEL_SITE}/network/$pkgname/$pkgname-$version.tar.xz"
|
2014-02-01 15:49:13 +01:00
|
|
|
checksum=e80f4e9c639ef016e9c497c122c349dbc9e6dc78a9976f986134739ee208c08a
|
2012-12-07 16:11:22 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
# Install the client connmanctl.
|
|
|
|
vinstall client/connmanctl 755 usr/bin
|
|
|
|
}
|
2013-04-12 08:55:23 +02:00
|
|
|
|
|
|
|
connman-devel_package() {
|
2013-04-26 05:36:37 +02:00
|
|
|
depends="dbus-devel libglib-devel"
|
2013-09-03 09:25:06 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 08:55:23 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|