wok view connman-dev/receipt @ rev 15039

Up kmod (14)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 13:23:00 2013 +0000 (2013-08-12)
parents 85df37098f42
children 612ec59c00f3
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 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 $fs/usr/lib/connman/plugins-vpn
20 # include
21 cp -a $install/usr/include $fs/usr
22 # pkg-config
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 }