wok diff connman-plugin-bluetooth/receipt @ rev 11669

inkscape: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 17 16:19:43 2012 +0100 (2012-02-17)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/connman-plugin-bluetooth/receipt	Fri Feb 17 16:19:43 2012 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="connman-plugin-bluetooth"
     1.7 +VERSION="0.64"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Daemon for managing internet connections, bluetooth plugin"
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +DEPENDS="connman"
    1.12 +WANTED="connman"
    1.13 +
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib/connman/plugins
    1.19 +	for lib in bluetooth
    1.20 +	do
    1.21 +		cp -a $_pkg/usr/lib/connman/plugins/${lib}.so $fs/usr/lib/connman/plugins
    1.22 +	done
    1.23 +}
    1.24 +