wok annotate connman-tools/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
parents 57c08de1b7fb
children 046fa26b5c70
rev   line source
domcox@14385 1 # SliTaz package receipt.
domcox@14385 2
domcox@14385 3 PACKAGE="connman-tools"
domcox@14385 4 VERSION="1.12"
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 }