wok-current view nomad/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 e6114fcaafb8
line source
1 # SliTaz package receipt.
3 PACKAGE="nomad"
4 VERSION="0.1"
5 CATEGORY="extra"
6 SHORT_DESC="user friendly wifi configure for nomads."
7 MAINTAINER="sygne@ombres.eu"
8 DEPENDS="gtkdialog wireless_tools"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/sbin
15 cp -a stuff/nomad $fs/usr/sbin/
16 cp -a stuff/nomadbox $fs/usr/sbin/
18 mkdir $fs/etc
19 cp -a stuff/nomad.conf $fs/etc/
20 }