wok rev 15976

Up connman-tools (1.21)
author Dominique Corbex <domcox@slitaz.org>
date Fri Feb 28 21:53:25 2014 +0100 (2014-02-28)
parents c4fa6bacf711
children 686a95229a90
files connman-tools/receipt
line diff
     1.1 --- a/connman-tools/receipt	Fri Feb 28 21:53:03 2014 +0100
     1.2 +++ b/connman-tools/receipt	Fri Feb 28 21:53:25 2014 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="connman-tools"
     1.7 -VERSION="1.20"
     1.8 +VERSION="1.21"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Daemon for managing internet connections, dev tools."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -9,17 +9,11 @@
    1.13  WEB_SITE="http://connman.net/"
    1.14  WANTED="connman"
    1.15  
    1.16 -DEPENDS="readline ncursesw dbus-python pygobject"
    1.17 +DEPENDS="readline ncursesw"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	# test tools
    1.23 -	mkdir -p $fs/usr/sbin
    1.24 -	install -Dm755 $src/tools/*-test $fs/usr/sbin
    1.25 -	install -Dm755 $src/tools/stats-tool $fs/usr/sbin
    1.26 -	install -Dm755 $src/tools/wispr $fs/usr/sbin
    1.27 -	install -Dm755 $src/test/* $fs/usr/sbin
    1.28  	# client
    1.29  	install -Dm755 $src/client/connmanctl  $fs/usr/sbin
    1.30  }