wok-next view connman-tools/receipt @ rev 14978
Up: thunderbird-langpack-en_GB (17.0.8esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 22:21:03 2013 +0200 (2013-08-08) |
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 }