wok-6.x view connman-plugin-bluetooth/receipt @ rev 11960
Merge a patch to fix svg support I forgot to push weeks ago. The problem has been fixed since but I think that this patch handle things better.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Mar 01 18:08:04 2012 +0100 (2012-03-01) |
parents | |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="connman-plugin-bluetooth"
4 VERSION="0.64"
5 CATEGORY="network"
6 SHORT_DESC="Daemon for managing internet connections, bluetooth plugin"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="connman"
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 for lib in bluetooth
17 do
18 cp -a $_pkg/usr/lib/connman/plugins/${lib}.so $fs/usr/lib/connman/plugins
19 done
20 }