wok diff connman-plugin-bluetooth/receipt @ rev 10120
Fixed typo in last commit.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 16:10:58 2011 +0000 (2011-05-20) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/connman-plugin-bluetooth/receipt Fri May 20 16:10:58 2011 +0000 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 +