wok-next view connman-tools/receipt @ rev 20066
qtwebkit : up compile_rules
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Oct 24 16:18:07 2017 +0200 (2017-10-24) |
parents | 66723aff655f |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="connman-tools"
4 VERSION="1.21"
5 CATEGORY="network"
6 SHORT_DESC="Daemon for managing internet connections, dev tools."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://connman.net/"
10 WANTED="connman"
12 DEPENDS="readline ncurses"
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 }