mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
connman: update to 1.12.
This commit is contained in:
parent
768781a088
commit
f98050bbd2
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'connman'
|
# Template file for 'connman'
|
||||||
pkgname=connman
|
pkgname=connman
|
||||||
version=1.11
|
version=1.12
|
||||||
revision=1
|
revision=1
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -13,10 +13,14 @@ 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=c977d732c31acbd6bd815b697f02503c885db8e08d8ecd6e9596345c93206687
|
checksum=8ca8a2ab5477b05821ee3e535320fce55409f7615313ccb785e672660b452314
|
||||||
|
|
||||||
makedepends="pkg-config glib-devel dbus-devel iptables-devel>=1.4.16.2
|
makedepends="pkg-config glib-devel dbus-devel iptables-devel>=1.4.18
|
||||||
gnutls-devel>=3.1.5 readline-devel"
|
gnutls-devel>=3.1.5 readline-devel"
|
||||||
|
|
||||||
|
crossmakedepends="libglib-devel dbus-devel iptables-devel>=1.4.18
|
||||||
|
gnutls-devel>=3.1.5 readline-devel"
|
||||||
|
|
||||||
fulldepends="bluez wpa_supplicant"
|
fulldepends="bluez wpa_supplicant"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue