wok-next rev 14330
Up: connman-dev (1.12)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Fri Apr 12 19:57:58 2013 +0200 (2013-04-12) |
parents | d8e8e6421a2c |
children | 15fb93be1912 |
files | connman-dev/receipt |
line diff
1.1 --- a/connman-dev/receipt Fri Apr 12 19:56:50 2013 +0200 1.2 +++ b/connman-dev/receipt Fri Apr 12 19:57:58 2013 +0200 1.3 @@ -1,24 +1,30 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="connman-dev" 1.7 -VERSION="0.64" 1.8 +VERSION="1.12" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Daemon for managing internet connections, dev files." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 DEPENDS="connman dbus-python pygobject" 1.13 +WEB_SITE="http://connman.net/" 1.14 WANTED="connman" 1.15 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg. 1.18 genpkg_rules() 1.19 { 1.20 - mkdir -p $fs/usr/lib/connman/plugins 1.21 - # linking files 1.22 - cp -a $_pkg/usr/lib/connman/plugins/*.la $fs/usr/lib/connman/plugins 1.23 + # vpn 1.24 + mkdir -p $fs/usr/lib/connman/plugins-vpn 1.25 + cp -a $_pkg/usr/lib/connman/plugins-vpn/*a $fs/usr/lib/connman/plugins-vpn 1.26 # include 1.27 cp -a $_pkg/usr/include $fs/usr 1.28 # pkg-config 1.29 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.30 # test tools 1.31 - cp -a $_pkg/usr/lib/connman/test $fs/usr/lib/connman 1.32 + mkdir -p $fs/usr/sbin 1.33 + install -Dm755 $src/tools/*-test $fs/usr/sbin 1.34 + install -Dm755 $src/tools/stats-tool $fs/usr/sbin 1.35 + install -Dm755 $src/tools/wispr $fs/usr/sbin 1.36 + # client 1.37 + install -Dm755 $src/client/connmanctl $fs/usr/sbin 1.38 }