wok view connman-dev/receipt @ rev 20349

libgcrypt update: 1.7.1 (2016 June) -> 1.8.2 (2017 Dec)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 10:52:47 2018 +0000 (2018-06-09)
parents 47ad89df5327
children a2972d1fc4ba
line source
1 # SliTaz package receipt.
3 PACKAGE="connman-dev"
4 VERSION="1.21"
5 CATEGORY="network"
6 SHORT_DESC="Daemon for managing internet connections, dev files."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://connman.net/"
10 WANTED="connman"
12 BUILD_DEPENDS="dbus-python pygobject"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 # vpn
18 mkdir -p $fs/usr/lib/connman/plugins-vpn
19 cp -a $install/usr/lib/connman/plugins-vpn/*a \
20 $fs/usr/lib/connman/plugins-vpn
21 # include
22 cp -a $install/usr/include $fs/usr
23 # pkg-config
24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
25 # test tools
26 mkdir -p $fs/usr/sbin
27 install -Dm755 $src/tools/*-test $fs/usr/sbin
28 install -Dm755 $src/tools/*-tool $fs/usr/sbin
29 install -Dm755 $src/tools/*-unit $fs/usr/sbin
30 install -Dm755 $src/tools/wispr $fs/usr/sbin
31 # python tools
32 install -Dm755 $src/test/* $fs/usr/sbin
33 }