connman: also install the client (connmanctl).

This commit is contained in:
Juan RP 2012-12-07 16:11:22 +01:00
parent 4b8e2ea3d3
commit 279bb4ea36
1 changed files with 10 additions and 4 deletions

View File

@ -1,15 +1,12 @@
# Template file for 'connman'
pkgname=connman
version=1.9
revision=2
revision=3
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>=3.1.5 readline-devel"
fulldepends="dbus bluez wpa_supplicant"
short_desc="Open Source CONNection MANager"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
@ -25,3 +22,12 @@ long_desc="
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."
makedepends="pkg-config glib-devel dbus-devel iptables-devel>=1.4.16.2
gnutls-devel>=3.1.5 readline-devel"
fulldepends="bluez wpa_supplicant"
post_install() {
# Install the client connmanctl.
vinstall client/connmanctl 755 usr/bin
}