wok-next view connman-tools/receipt @ rev 17877

ncurses-common: restore file names, fixes alsamixer+vte F-keys, cairo:
tazweb-rendering-fix no more required for current version of cairo lib.
xlib-xcb known as buggy and disabled on most distros.
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Mar 28 14:23:43 2015 +0100 (2015-03-28)
parents 2aff213af293
children 66723aff655f
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 ncursesw"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 # client
18 install -Dm755 $src/client/connmanctl $fs/usr/sbin
19 }