wok-current view connman-plugin-wifi/receipt @ rev 10726
libtaz: Don't need to check /usr/bin/hg anymore. Best to get the tag 1.1.2 version. May need to delete the slitaz-dev-tools-1.1.2.tar.bz2 source on tank to make sure we have the tag version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 28 20:44:37 2011 +0000 (2011-05-28) |
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 }