wok diff connman-dev/receipt @ rev 24442
created recipe for firefox-official-da
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 14 07:26:07 2022 +0100 (2022-02-14) |
parents | 686a95229a90 |
children | eec3edc6ef52 |
line diff
1.1 --- a/connman-dev/receipt Fri Feb 28 21:53:45 2014 +0100 1.2 +++ b/connman-dev/receipt Mon Feb 14 07:26:07 2022 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="connman-dev" 1.7 -VERSION="1.21" 1.8 +VERSION="1.37" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Daemon for managing internet connections, dev files." 1.11 +SHORT_DESC="Daemon for managing internet connections, development files." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="http://connman.net/" 1.15 -WANTED="connman" 1.16 +WEB_SITE="https://01.org/connman" 1.17 1.18 BUILD_DEPENDS="dbus-python pygobject" 1.19 +WANTED="connman" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 @@ -17,17 +17,21 @@ 1.24 # vpn 1.25 mkdir -p $fs/usr/lib/connman/plugins-vpn 1.26 cp -a $install/usr/lib/connman/plugins-vpn/*a \ 1.27 - $fs/usr/lib/connman/plugins-vpn 1.28 + $fs/usr/lib/connman/plugins-vpn 1.29 + 1.30 # include 1.31 - cp -a $install/usr/include $fs/usr 1.32 + cp -a $install/usr/include $fs/usr 1.33 + 1.34 # pkg-config 1.35 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.36 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.37 + 1.38 # test tools 1.39 mkdir -p $fs/usr/sbin 1.40 - install -Dm755 $src/tools/*-test $fs/usr/sbin 1.41 - install -Dm755 $src/tools/*-tool $fs/usr/sbin 1.42 - install -Dm755 $src/tools/*-unit $fs/usr/sbin 1.43 - install -Dm755 $src/tools/wispr $fs/usr/sbin 1.44 + install -Dm755 $src/tools/*-test $fs/usr/sbin 1.45 + install -Dm755 $src/tools/*-tool $fs/usr/sbin 1.46 + install -Dm755 $src/tools/*-unit $fs/usr/sbin 1.47 + install -Dm755 $src/tools/wispr $fs/usr/sbin 1.48 + 1.49 # python tools 1.50 - install -Dm755 $src/test/* $fs/usr/sbin 1.51 + install -Dm755 $src/test/* $fs/usr/sbin 1.52 }