wok-next view nomad/taz/nomad-0.1/receipt @ rev 1123

nomad nomadbox, tool to configure multiple wifi access points
author Pierre-Jean Fichet <sygne@ombres.eu>
date Mon Jul 21 20:36:23 2008 +0200 (2008-07-21)
parents
children
line source
1 # SliTaz package receipt.
3 PACKED_SIZE="20.0k"
4 UNPACKED_SIZE="48.0k"
5 PACKAGE="nomad"
6 VERSION="0.1"
7 CATEGORY="extra"
8 SHORT_DESC="user friendly wifi configure for nomads."
9 MAINTAINER="sygne@ombres.eu"
10 DEPENDS="gtkdialog wireless_tools"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/sbin
17 cp -a stuff/nomad $fs/usr/sbin/
18 cp -a stuff/nomadbox $fs/usr/sbin/
20 mkdir $fs/etc
21 cp -a stuff/nomad.conf $fs/etc/
22 }