wok view connman-dev/receipt @ rev 9791

fcgi: fix $stuff
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 13 22:32:56 2011 +0200 (2011-05-13)
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 }