wok-next view connman-dev/receipt @ rev 11445

Remove: perl-gtk2-perl (it's a duplicate of perl-gtk2)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Dec 16 20:31:59 2011 +0100 (2011-12-16)
parents
children b9fe5b87a4de
line source
1 # SliTaz package receipt.
3 PACKAGE="connman-dev"
4 VERSION="0.64"
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 WANTED="connman"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/connman/plugins
16 # linking files
17 cp -a $_pkg/usr/lib/connman/plugins/*.la $fs/usr/lib/connman/plugins
18 # include
19 cp -a $_pkg/usr/include $fs/usr
20 # pkg-config
21 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
22 # test tools
23 cp -a $_pkg/usr/lib/connman/test $fs/usr/lib/connman
24 }