wok-6.x diff connman-dev/receipt @ rev 18713
Translations for Science category (thanks Aleksej)
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Wed Dec 16 20:44:08 2015 +0100 (2015-12-16) |
parents | 47ad89df5327 |
children | a2972d1fc4ba |
line diff
1.1 --- a/connman-dev/receipt Wed Jan 15 21:22:21 2014 +0100 1.2 +++ b/connman-dev/receipt Wed Dec 16 20:44:08 2015 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="connman-dev" 1.7 -VERSION="1.20" 1.8 +VERSION="1.21" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Daemon for managing internet connections, dev files." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -22,4 +22,12 @@ 1.13 cp -a $install/usr/include $fs/usr 1.14 # pkg-config 1.15 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.16 + # test tools 1.17 + mkdir -p $fs/usr/sbin 1.18 + install -Dm755 $src/tools/*-test $fs/usr/sbin 1.19 + install -Dm755 $src/tools/*-tool $fs/usr/sbin 1.20 + install -Dm755 $src/tools/*-unit $fs/usr/sbin 1.21 + install -Dm755 $src/tools/wispr $fs/usr/sbin 1.22 + # python tools 1.23 + install -Dm755 $src/test/* $fs/usr/sbin 1.24 }