connman: update to 1.2.
This commit is contained in:
parent
182733dca7
commit
0b7fca17af
|
@ -1,14 +1,12 @@
|
|||
# Template file for 'connman-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="dbus-devel glib-devel"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'connman'
|
||||
pkgname=connman
|
||||
version=1.0
|
||||
revision=3
|
||||
version=1.2
|
||||
revision=1
|
||||
subpackages="$pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-pie --enable-threads --enable-ethernet
|
||||
|
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://connman.net/"
|
||||
distfiles="${KERNEL_SITE}/network/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=627896a506f66629d288934ba7ffb16f539d74f86723c70206cfe9f4c4bcad91
|
||||
checksum=b854bd6c0d9d1d06ff79f91a413a8a50495177e27766c36cb465e5e90e867204
|
||||
long_desc="
|
||||
The ConnMan project provides a daemon for managing internet connections
|
||||
within embedded devices running the Linux operating system. The Connection
|
||||
|
|
Loading…
Reference in New Issue