wok diff connman-tools/receipt @ rev 24101
lrzip: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 16 16:33:44 2021 +0000 (2021-09-16) |
parents | 66723aff655f |
children | eec3edc6ef52 |
line diff
1.1 --- a/connman-tools/receipt Sun Oct 25 12:06:37 2015 -0400 1.2 +++ b/connman-tools/receipt Thu Sep 16 16:33:44 2021 +0000 1.3 @@ -1,20 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="connman-tools" 1.7 -VERSION="1.21" 1.8 +VERSION="1.37" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Daemon for managing internet connections, dev tools." 1.11 +SHORT_DESC="Daemon for managing internet connections, tools." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="http://connman.net/" 1.15 +WEB_SITE="https://01.org/connman" 1.16 + 1.17 +DEPENDS="ncursesw readline" 1.18 WANTED="connman" 1.19 1.20 -DEPENDS="readline ncursesw" 1.21 - 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 # client 1.26 mkdir -p $fs/usr/sbin 1.27 - install -Dm755 $src/client/connmanctl $fs/usr/sbin 1.28 + install -Dm755 $src/client/connmanctl $fs/usr/sbin 1.29 }