wok annotate connman-tools/receipt @ rev 15393
Up: connman-tools (1.19)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sat Nov 02 20:26:09 2013 +0100 (2013-11-02) |
parents | 7896f0694ef6 |
children | 2aff213af293 |
rev | line source |
---|---|
domcox@14385 | 1 # SliTaz package receipt. |
domcox@14385 | 2 |
domcox@14385 | 3 PACKAGE="connman-tools" |
domcox@15393 | 4 VERSION="1.19" |
domcox@14385 | 5 CATEGORY="network" |
domcox@14385 | 6 SHORT_DESC="Daemon for managing internet connections, dev tools." |
domcox@14385 | 7 MAINTAINER="slaxemulator@gmail.com" |
pascal@15002 | 8 LICENSE="GPL2" |
domcox@14385 | 9 WEB_SITE="http://connman.net/" |
domcox@14385 | 10 WANTED="connman" |
domcox@14385 | 11 |
domcox@14385 | 12 DEPENDS="readline ncursesw dbus-python pygobject" |
domcox@14385 | 13 |
domcox@14385 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@14385 | 15 genpkg_rules() |
domcox@14385 | 16 { |
domcox@14385 | 17 # test tools |
domcox@14385 | 18 mkdir -p $fs/usr/sbin |
domcox@14385 | 19 install -Dm755 $src/tools/*-test $fs/usr/sbin |
domcox@14385 | 20 install -Dm755 $src/tools/stats-tool $fs/usr/sbin |
domcox@14385 | 21 install -Dm755 $src/tools/wispr $fs/usr/sbin |
domcox@14385 | 22 install -Dm755 $src/test/* $fs/usr/sbin |
domcox@14385 | 23 # client |
domcox@14385 | 24 install -Dm755 $src/client/connmanctl $fs/usr/sbin |
domcox@14385 | 25 } |