connman: update to 0.78.
This commit is contained in:
parent
c19cee9dff
commit
0f9f76e1db
|
@ -0,0 +1,8 @@
|
|||
libgthread-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
libxtables.so.7
|
||||
libresolv.so.2
|
||||
libdl.so.2
|
||||
libc.so.6
|
|
@ -1,9 +0,0 @@
|
|||
#!/sbin/runscript
|
||||
|
||||
command=/usr/sbin/connmand
|
||||
name="Connection Manager daemon"
|
||||
|
||||
depend()
|
||||
{
|
||||
need dbus localmount
|
||||
}
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'connman'
|
||||
pkgname=connman
|
||||
version=0.69
|
||||
revision=1
|
||||
distfiles="${KERNEL_SITE}/network/$pkgname/$pkgname-$version.tar.bz2"
|
||||
version=0.78
|
||||
distfiles="${KERNEL_SITE}/network/$pkgname/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-pie --enable-polkit
|
||||
--enable-ethernet --enable-wifi --enable-bluetooth --enable-openvpn
|
||||
--enable-loopback --enable-pacrunner --enable-ntpd --enable-client
|
||||
--enable-capng --enable-google --enable-threads"
|
||||
configure_args="--enable-pie --enable-threads --enable-ethernet
|
||||
--enable-wifi --enable-bluetooth --enable-loopback --enable-google
|
||||
--enable-ntpd --enable-nmcompat --enable-polkit --enable-client
|
||||
--enable-capng --with-systemdunitdir=/lib/systemd/system"
|
||||
revision=1
|
||||
short_desc="Open Source CONNection MANager"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=9f7bd87cb36689a2deb943d1fdb79c030071b2c4bc763e32cfd933955017419c
|
||||
checksum=7a06c4b8abe09c8c07a73e39e3fda1de1aa9168e5081ee13a0850220b7593f62
|
||||
long_desc="
|
||||
The ConnMan project provides a daemon for managing internet connections
|
||||
within embedded devices running the Linux operating system. The Connection
|
||||
|
@ -21,15 +21,8 @@ long_desc="
|
|||
resolving, are implemented using plug-ins. The plug-in approach allows for
|
||||
easy adaption and modification for various use cases."
|
||||
|
||||
openrc_services="connmand default true"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
Add_dependency run dbus-libs
|
||||
Add_dependency run iptables
|
||||
Add_dependency run libcap-ng
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build dbus-devel
|
||||
|
@ -37,11 +30,5 @@ Add_dependency build iptables-devel
|
|||
Add_dependency build libcap-ng-devel
|
||||
|
||||
Add_dependency full dbus
|
||||
Add_dependency full udev
|
||||
Add_dependency full bluez
|
||||
Add_dependency full wpa_supplicant
|
||||
|
||||
post_install()
|
||||
{
|
||||
vinstall ${FILESDIR}/connmand.rc 755 etc/init.d connmand
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue