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