wok-current diff connman-tools/receipt @ rev 14467
Up tinc (1.0.21)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 29 22:16:01 2013 +0200 (2013-04-29) |
parents | |
children | 7896f0694ef6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/connman-tools/receipt Mon Apr 29 22:16:01 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 +}