wok annotate nomad/receipt @ rev 2503

libgsf: update WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 16 12:04:46 2009 +0000 (2009-03-16)
parents e6114fcaafb8
children dd3e14a6278d
rev   line source
sygne@1123 1 # SliTaz package receipt.
sygne@1123 2
sygne@1123 3 PACKAGE="nomad"
sygne@1123 4 VERSION="0.1"
pascal@1423 5 CATEGORY="misc"
sygne@1123 6 SHORT_DESC="user friendly wifi configure for nomads."
pascal@1413 7 WEB_SITE="http://wiki.slitaz.org/doku.php?id=lang:fr:wifi"
sygne@1123 8 MAINTAINER="sygne@ombres.eu"
sygne@1123 9 DEPENDS="gtkdialog wireless_tools"
sygne@1123 10
sygne@1123 11
sygne@1123 12 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@1123 13 genpkg_rules()
sygne@1123 14 {
sygne@1123 15 mkdir -p $fs/usr/sbin
sygne@1123 16 cp -a stuff/nomad $fs/usr/sbin/
sygne@1123 17 cp -a stuff/nomadbox $fs/usr/sbin/
sygne@1123 18
sygne@1123 19 mkdir $fs/etc
sygne@1123 20 cp -a stuff/nomad.conf $fs/etc/
sygne@1123 21 }
sygne@1123 22