wok diff connman-plugin-3G/receipt @ rev 11740

nvidia: removed 195.xx.xx no support for xorg-server 1.9.5
author Richard Dunbar <mojo@slitaz.org>
date Tue Feb 21 19:52:49 2012 +0000 (2012-02-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/connman-plugin-3G/receipt	Tue Feb 21 19:52:49 2012 +0000
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="connman-plugin-3G"
     1.7 +VERSION="0.64"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Daemon for managing internet connections, 3G 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 ofono
    1.20 +	do
    1.21 +		cp -a $_pkg/usr/lib/connman/plugins/${lib}.so $fs/usr/lib/connman/plugins
    1.22 +	done
    1.23 +}