wok diff connman-plugin-wifi/receipt @ rev 13359

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