wok-next view connman-plugin-wifi/receipt @ rev 9627
Fixed liferea. Made sure that gconf folder was in /etc folder instead of /etc/etc folder.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Apr 24 23:24:58 2011 +0000 (2011-04-24) |
parents | |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="connman-plugin-wifi"
4 VERSION="0.64"
5 CATEGORY="network"
6 SHORT_DESC="Daemon for managing internet connections, wifi plugin"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="connman"
9 WANTED="connman"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib/connman/plugins
15 for lib in wifi
16 do
17 cp -a $_pkg/usr/lib/connman/plugins/${lib}.so $fs/usr/lib/connman/plugins
18 done
19 }