wok-current annotate connman-tools/receipt @ rev 25119
updated peazip (6.8.0 -> 8.4.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jun 26 09:56:47 2022 +0100 (2022-06-26) |
parents | a2972d1fc4ba |
children |
rev | line source |
---|---|
domcox@14385 | 1 # SliTaz package receipt. |
domcox@14385 | 2 |
domcox@14385 | 3 PACKAGE="connman-tools" |
Hans-G?nter@22614 | 4 VERSION="1.37" |
domcox@14385 | 5 CATEGORY="network" |
Hans-G?nter@22614 | 6 SHORT_DESC="Daemon for managing internet connections, tools." |
domcox@14385 | 7 MAINTAINER="slaxemulator@gmail.com" |
pascal@15002 | 8 LICENSE="GPL2" |
pascal@24893 | 9 WEB_SITE="https://git.kernel.org/pub/scm/network/connman/connman.git/" |
Hans-G?nter@22614 | 10 |
Hans-G?nter@22614 | 11 DEPENDS="ncursesw readline" |
domcox@14385 | 12 WANTED="connman" |
domcox@14385 | 13 |
domcox@14385 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@14385 | 15 genpkg_rules() |
domcox@14385 | 16 { |
domcox@14385 | 17 # client |
mojo@18518 | 18 mkdir -p $fs/usr/sbin |
Hans-G?nter@22614 | 19 install -Dm755 $src/client/connmanctl $fs/usr/sbin |
domcox@14385 | 20 } |