connman: also install the client (connmanctl).
This commit is contained in:
parent
4b8e2ea3d3
commit
279bb4ea36
@ -1,15 +1,12 @@
|
|||||||
# Template file for 'connman'
|
# Template file for 'connman'
|
||||||
pkgname=connman
|
pkgname=connman
|
||||||
version=1.9
|
version=1.9
|
||||||
revision=2
|
revision=3
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-pie --enable-threads --enable-ethernet
|
configure_args="--enable-pie --enable-threads --enable-ethernet
|
||||||
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
||||||
--enable-polkit --enable-client --with-systemdunitdir=/usr/lib/systemd/system"
|
--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"
|
short_desc="Open Source CONNection MANager"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
@ -25,3 +22,12 @@ long_desc="
|
|||||||
technologies. Also, configuration methods, like DHCP and domain name
|
technologies. Also, configuration methods, like DHCP and domain name
|
||||||
resolving, are implemented using plug-ins. The plug-in approach allows for
|
resolving, are implemented using plug-ins. The plug-in approach allows for
|
||||||
easy adaption and modification for various use cases."
|
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
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user