wok view connman-dev/receipt @ rev 14363
busybox/stuff/inetd.conf: update path to tftpd
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sat Apr 20 10:58:28 2013 +0000 (2013-04-20) |
parents | 2eaa57543adf |
children | 85df37098f42 |
line source
1 # SliTaz package receipt.
3 PACKAGE="connman-dev"
4 VERSION="1.12"
5 CATEGORY="network"
6 SHORT_DESC="Daemon for managing internet connections, dev files."
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="connman dbus-python pygobject"
9 WEB_SITE="http://connman.net/"
10 WANTED="connman"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 # vpn
17 mkdir -p $fs/usr/lib/connman/plugins-vpn
18 cp -a $_pkg/usr/lib/connman/plugins-vpn/*a $fs/usr/lib/connman/plugins-vpn
19 # include
20 cp -a $_pkg/usr/include $fs/usr
21 # pkg-config
22 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
23 # test tools
24 mkdir -p $fs/usr/sbin
25 install -Dm755 $src/tools/*-test $fs/usr/sbin
26 install -Dm755 $src/tools/stats-tool $fs/usr/sbin
27 install -Dm755 $src/tools/wispr $fs/usr/sbin
28 # client
29 install -Dm755 $src/client/connmanctl $fs/usr/sbin
30 }