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

slitaz-i18n-extra: add inkscape (blender dont use standard path)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 03 03:41:27 2011 +0200 (2011-06-03)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/connman-plugin-wifi/receipt	Fri Jun 03 03:41:27 2011 +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 +