wok-6.x view connman-tools/receipt @ rev 15442
Up: eio-dev (1.7.9)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Nov 05 20:57:47 2013 +0100 (2013-11-05) |
parents | 7896f0694ef6 |
children | 2aff213af293 |
line source
1 # SliTaz package receipt.
3 PACKAGE="connman-tools"
4 VERSION="1.19"
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 }