# SliTaz package receipt.

PACKAGE="connman-plugin-bluetooth"
VERSION="0.64"
CATEGORY="network"
SHORT_DESC="Daemon for managing internet connections, bluetooth plugin"
MAINTAINER="slaxemulator@gmail.com"
DEPENDS="connman"
WANTED="connman"


# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/lib/connman/plugins
	for lib in bluetooth
	do
		cp -a $_pkg/usr/lib/connman/plugins/${lib}.so $fs/usr/lib/connman/plugins
	done
}