wok view connman-tools/receipt @ rev 14799

Up: xz (5.0.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 13 15:04:42 2013 +0200 (2013-07-13)
parents
children 7896f0694ef6
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 WEB_SITE="http://connman.net/"
9 WANTED="connman"
11 DEPENDS="readline ncursesw dbus-python pygobject"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 # test tools
17 mkdir -p $fs/usr/sbin
18 install -Dm755 $src/tools/*-test $fs/usr/sbin
19 install -Dm755 $src/tools/stats-tool $fs/usr/sbin
20 install -Dm755 $src/tools/wispr $fs/usr/sbin
21 install -Dm755 $src/test/* $fs/usr/sbin
22 # client
23 install -Dm755 $src/client/connmanctl $fs/usr/sbin
24 }