wok annotate connman-tools/receipt @ rev 19234

httpfs-fuse-static: add fusermount (static)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 25 13:38:04 2016 +0200 (2016-06-25)
parents 3ef461da7225
children a2972d1fc4ba
rev   line source
domcox@14385 1 # SliTaz package receipt.
domcox@14385 2
domcox@14385 3 PACKAGE="connman-tools"
domcox@15976 4 VERSION="1.21"
domcox@14385 5 CATEGORY="network"
domcox@14385 6 SHORT_DESC="Daemon for managing internet connections, dev tools."
domcox@14385 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15002 8 LICENSE="GPL2"
domcox@14385 9 WEB_SITE="http://connman.net/"
domcox@14385 10 WANTED="connman"
domcox@14385 11
domcox@15976 12 DEPENDS="readline ncursesw"
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
domcox@14385 19 install -Dm755 $src/client/connmanctl $fs/usr/sbin
domcox@14385 20 }