wok-6.x view connman-tools/receipt @ rev 23751
updated xine-lib, xine-lib-dev and xine fonts (1.2.9 -> 1.2.10)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 01 16:04:39 2020 +0100 (2020-05-01) |
parents | 66723aff655f |
children | eec3edc6ef52 |
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://01.org/connman"
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 }