wok-current view connman-plugin-3G/receipt @ rev 14198

move to undigest: xorg-xf86-video-sis xorg-xf86-video-savage xorg-xf86-video-r128 xorg-xf86-video-openchrome xorg-xf86-video-mga xorg-xf86-video-mach64
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 13 10:16:45 2013 +0100 (2013-03-13)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="connman-plugin-3G"
4 VERSION="0.64"
5 CATEGORY="network"
6 SHORT_DESC="Daemon for managing internet connections, 3G plugin"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="connman"
9 WANTED="connman"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/connman/plugins
16 for lib in ofono
17 do
18 cp -a $_pkg/usr/lib/connman/plugins/${lib}.so $fs/usr/lib/connman/plugins
19 done
20 }