wok diff connman-tools/receipt @ rev 17639

Up: mercurial 3.3
author Alexander Medvedev <devl547@gmail.com>
date Sat Feb 14 21:12:48 2015 +0000 (2015-02-14)
parents 2aff213af293
children 66723aff655f
line diff
     1.1 --- a/connman-tools/receipt	Wed Jan 15 21:23:16 2014 +0100
     1.2 +++ b/connman-tools/receipt	Sat Feb 14 21:12:48 2015 +0000
     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  }