wok diff connman-tools/receipt @ rev 22709

updated exempi and exempi-dev (2.1.1 -> 2.5.1)
author Hans-G?nter Theisgen
date Wed Jan 22 08:42:50 2020 +0100 (2020-01-22)
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	Wed Jan 22 08:42:50 2020 +0100
     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  }