wok annotate connman-tools/receipt @ rev 14385
Add: connman-tools
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Apr 23 06:57:02 2013 +0200 (2013-04-23) |
parents | |
children | 7896f0694ef6 |
rev | line source |
---|---|
domcox@14385 | 1 # SliTaz package receipt. |
domcox@14385 | 2 |
domcox@14385 | 3 PACKAGE="connman-tools" |
domcox@14385 | 4 VERSION="1.12" |
domcox@14385 | 5 CATEGORY="network" |
domcox@14385 | 6 SHORT_DESC="Daemon for managing internet connections, dev tools." |
domcox@14385 | 7 MAINTAINER="slaxemulator@gmail.com" |
domcox@14385 | 8 WEB_SITE="http://connman.net/" |
domcox@14385 | 9 WANTED="connman" |
domcox@14385 | 10 |
domcox@14385 | 11 DEPENDS="readline ncursesw dbus-python pygobject" |
domcox@14385 | 12 |
domcox@14385 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@14385 | 14 genpkg_rules() |
domcox@14385 | 15 { |
domcox@14385 | 16 # test tools |
domcox@14385 | 17 mkdir -p $fs/usr/sbin |
domcox@14385 | 18 install -Dm755 $src/tools/*-test $fs/usr/sbin |
domcox@14385 | 19 install -Dm755 $src/tools/stats-tool $fs/usr/sbin |
domcox@14385 | 20 install -Dm755 $src/tools/wispr $fs/usr/sbin |
domcox@14385 | 21 install -Dm755 $src/test/* $fs/usr/sbin |
domcox@14385 | 22 # client |
domcox@14385 | 23 install -Dm755 $src/client/connmanctl $fs/usr/sbin |
domcox@14385 | 24 } |