wok-next annotate connman-tools/receipt @ rev 15928
cups: fix install file in /
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 22 11:22:36 2014 +0100 (2014-02-22) |
parents | 046fa26b5c70 |
children | 3ef461da7225 |
rev | line source |
---|---|
domcox@14385 | 1 # SliTaz package receipt. |
domcox@14385 | 2 |
domcox@14385 | 3 PACKAGE="connman-tools" |
domcox@15789 | 4 VERSION="1.20" |
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 } |