wok view connman-tools/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
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 }