connman: added runit service.
This commit is contained in:
parent
5ba67e5fe9
commit
c6f85c7dd4
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec connmand -n
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'connman'
|
||||
pkgname=connman
|
||||
version=1.25
|
||||
revision=2
|
||||
revision=3
|
||||
lib32disaled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-pie --enable-threads --enable-ethernet
|
||||
|
@ -19,10 +19,12 @@ distfiles="${KERNEL_SITE}/network/$pkgname/$pkgname-$version.tar.xz"
|
|||
checksum=c1d266d6be18d2f66231f3537a7ed17b57637ca43c27328bc13c508cbeacce6e
|
||||
|
||||
build_options="systemd"
|
||||
replaces="runit-void<20141013_2"
|
||||
|
||||
post_install() {
|
||||
# Install the client connmanctl.
|
||||
vbin client/connmanctl
|
||||
vsv connmand
|
||||
}
|
||||
|
||||
connman-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue