wok view connman-dev/receipt @ rev 15631
kompozer: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 09 09:29:50 2013 +0000 (2013-12-09) |
parents | 612ec59c00f3 |
children | 47ad89df5327 |
line source
1 # SliTaz package receipt.
3 PACKAGE="connman-dev"
4 VERSION="1.19"
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 }