wok annotate connman-plugin-bluetooth/receipt @ rev 10425

pkg-config: moved depeneds. NOTE: pkg-config is part of slitaz toolchain extras so depends and build depends matter for cookorder to be right.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 13:52:23 2011 +0000 (2011-05-24)
parents
children
rev   line source
slaxemulator@9315 1 # SliTaz package receipt.
slaxemulator@9315 2
slaxemulator@9315 3 PACKAGE="connman-plugin-bluetooth"
slaxemulator@9315 4 VERSION="0.64"
slaxemulator@9315 5 CATEGORY="network"
slaxemulator@9315 6 SHORT_DESC="Daemon for managing internet connections, bluetooth plugin"
slaxemulator@9315 7 MAINTAINER="slaxemulator@gmail.com"
slaxemulator@9315 8 DEPENDS="connman"
slaxemulator@9315 9 WANTED="connman"
slaxemulator@9315 10
slaxemulator@9315 11
slaxemulator@9315 12 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@9315 13 genpkg_rules()
slaxemulator@9315 14 {
slaxemulator@9315 15 mkdir -p $fs/usr/lib/connman/plugins
slaxemulator@9315 16 for lib in bluetooth
slaxemulator@9315 17 do
slaxemulator@9315 18 cp -a $_pkg/usr/lib/connman/plugins/${lib}.so $fs/usr/lib/connman/plugins
slaxemulator@9315 19 done
slaxemulator@9315 20 }
slaxemulator@9315 21