wok view connman-tools/receipt @ rev 15123

htmldoc: fix bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 14 22:27:18 2013 +0000 (2013-08-14)
parents 57c08de1b7fb
children 046fa26b5c70
line source
1 # SliTaz package receipt.
3 PACKAGE="connman-tools"
4 VERSION="1.12"
5 CATEGORY="network"
6 SHORT_DESC="Daemon for managing internet connections, dev tools."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://connman.net/"
10 WANTED="connman"
12 DEPENDS="readline ncursesw dbus-python pygobject"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 # test tools
18 mkdir -p $fs/usr/sbin
19 install -Dm755 $src/tools/*-test $fs/usr/sbin
20 install -Dm755 $src/tools/stats-tool $fs/usr/sbin
21 install -Dm755 $src/tools/wispr $fs/usr/sbin
22 install -Dm755 $src/test/* $fs/usr/sbin
23 # client
24 install -Dm755 $src/client/connmanctl $fs/usr/sbin
25 }