wok rev 14384

connman-dev: fix deps+bdeps
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 06:56:23 2013 +0200 (2013-04-23)
parents 0199371990b2
children 57c08de1b7fb
files connman-dev/receipt
line diff
     1.1 --- a/connman-dev/receipt	Tue Apr 23 06:56:06 2013 +0200
     1.2 +++ b/connman-dev/receipt	Tue Apr 23 06:56:23 2013 +0200
     1.3 @@ -5,10 +5,10 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Daemon for managing internet connections, dev files."
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="connman dbus-python pygobject"
     1.8  WEB_SITE="http://connman.net/"
     1.9  WANTED="connman"
    1.10  
    1.11 +BUILD_DEPENDS="dbus-python pygobject"
    1.12  
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15 @@ -20,11 +20,4 @@
    1.16  	cp -a $_pkg/usr/include $fs/usr
    1.17  	# pkg-config
    1.18  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.19 -	# test tools
    1.20 -	mkdir -p $fs/usr/sbin
    1.21 -	install -Dm755 $src/tools/*-test $fs/usr/sbin
    1.22 -	install -Dm755 $src/tools/stats-tool $fs/usr/sbin
    1.23 -	install -Dm755 $src/tools/wispr $fs/usr/sbin
    1.24 -	# client
    1.25 -	install -Dm755 $src/client/connmanctl  $fs/usr/sbin
    1.26  }