wok rev 14385
Add: connman-tools
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Apr 23 06:57:02 2013 +0200 (2013-04-23) |
parents | 85df37098f42 |
children | 7a9be0a57ecc |
files | connman-tools/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/connman-tools/receipt Tue Apr 23 06:57:02 2013 +0200 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="connman-tools" 1.7 +VERSION="1.12" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Daemon for managing internet connections, dev tools." 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +WEB_SITE="http://connman.net/" 1.12 +WANTED="connman" 1.13 + 1.14 +DEPENDS="readline ncursesw dbus-python pygobject" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + # test tools 1.20 + mkdir -p $fs/usr/sbin 1.21 + install -Dm755 $src/tools/*-test $fs/usr/sbin 1.22 + install -Dm755 $src/tools/stats-tool $fs/usr/sbin 1.23 + install -Dm755 $src/tools/wispr $fs/usr/sbin 1.24 + install -Dm755 $src/test/* $fs/usr/sbin 1.25 + # client 1.26 + install -Dm755 $src/client/connmanctl $fs/usr/sbin 1.27 +}