wok annotate nomad/receipt @ rev 1192

Fix: now p7zip can deal with Rer files.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Aug 05 01:13:25 2008 +0200 (2008-08-05)
parents
children e6114fcaafb8
rev   line source
sygne@1123 1 # SliTaz package receipt.
sygne@1123 2
sygne@1123 3 PACKAGE="nomad"
sygne@1123 4 VERSION="0.1"
sygne@1123 5 CATEGORY="extra"
sygne@1123 6 SHORT_DESC="user friendly wifi configure for nomads."
sygne@1123 7 MAINTAINER="sygne@ombres.eu"
sygne@1123 8 DEPENDS="gtkdialog wireless_tools"
sygne@1123 9
sygne@1123 10
sygne@1123 11 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@1123 12 genpkg_rules()
sygne@1123 13 {
sygne@1123 14 mkdir -p $fs/usr/sbin
sygne@1123 15 cp -a stuff/nomad $fs/usr/sbin/
sygne@1123 16 cp -a stuff/nomadbox $fs/usr/sbin/
sygne@1123 17
sygne@1123 18 mkdir $fs/etc
sygne@1123 19 cp -a stuff/nomad.conf $fs/etc/
sygne@1123 20 }
sygne@1123 21