2009-12-03 06:42:16 +00:00
|
|
|
# Template file for 'connman'
|
|
|
|
pkgname=connman
|
2013-03-12 22:44:05 +00:00
|
|
|
version=1.12
|
2013-04-12 06:55:23 +00:00
|
|
|
revision=3
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-01-17 07:34:10 +00:00
|
|
|
configure_args="--enable-pie --enable-threads --enable-ethernet
|
2012-10-12 07:36:26 +00:00
|
|
|
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
2013-02-04 20:24:00 +00:00
|
|
|
--enable-polkit --enable-client
|
2013-02-04 20:21:41 +00:00
|
|
|
--with-systemdunitdir=/usr/lib/systemd/system"
|
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"
|
2013-03-12 22:44:05 +00:00
|
|
|
checksum=8ca8a2ab5477b05821ee3e535320fce55409f7615313ccb785e672660b452314
|
2012-12-07 15:11:22 +00:00
|
|
|
|
2013-03-24 09:21:58 +00:00
|
|
|
hostmakedepends="pkg-config"
|
2013-04-12 06:55:23 +00:00
|
|
|
makedepends="libglib-devel dbus-devel iptables-devel>=1.4.18
|
|
|
|
gnutls-devel>=3.1.5 readline-devel bluez wpa_supplicant"
|
2012-12-07 15:11:22 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
# Install the client connmanctl.
|
|
|
|
vinstall client/connmanctl 755 usr/bin
|
|
|
|
}
|
2013-04-12 06:55:23 +00:00
|
|
|
|
|
|
|
connman-devel_package() {
|
|
|
|
depends="dbus-devel glib-devel"
|
|
|
|
short_desc+=" -- development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
connman_package() {
|
|
|
|
depends="bluez wpa_supplicant"
|
|
|
|
pkg_install() {
|
|
|
|
vmove etc
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|