wok view connman-tools/receipt @ rev 25668

Up git (2.44.0), glances (3.4.0.3), glpi (0.0.12), gmp (6.3.0), gnutls (3.8.3), hdf5 (1.14.3), jpeg (9f)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 15:02:28 2024 +0000 (3 months ago)
parents a2972d1fc4ba
children
line source
1 # SliTaz package receipt.
3 PACKAGE="connman-tools"
4 VERSION="1.37"
5 CATEGORY="network"
6 SHORT_DESC="Daemon for managing internet connections, tools."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://git.kernel.org/pub/scm/network/connman/connman.git/"
11 DEPENDS="ncursesw readline"
12 WANTED="connman"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 # client
18 mkdir -p $fs/usr/sbin
19 install -Dm755 $src/client/connmanctl $fs/usr/sbin
20 }