wok-6.x diff connman-dev/receipt @ rev 14460
?Up: nagios-dev (3.5.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Apr 27 02:53:14 2013 +0200 (2013-04-27) |
parents | b9fe5b87a4de |
children | 7896f0694ef6 |
line diff
1.1 --- a/connman-dev/receipt Fri Apr 12 19:57:58 2013 +0200 1.2 +++ b/connman-dev/receipt Sat Apr 27 02:53:14 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 }