wok view nomad/receipt @ rev 6975

Fixed linux-source. Instead of auto downloading kernel source in post_install i added that code into a script called get-linux-source. All patches are also in /usr/src/kernel-patches now.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 28 04:58:29 2010 +0000 (2010-10-28)
parents 03a799424aaa
children 3765f181a6d5
line source
1 # SliTaz package receipt.
3 PACKAGE="nomad"
4 VERSION="0.1"
5 CATEGORY="misc"
6 SHORT_DESC="user friendly wifi configure for nomads."
7 WEB_SITE="http://doc.slitaz.org/en:guides:wifi-easy"
8 MAINTAINER="sygne@ombres.eu"
9 DEPENDS="gtkdialog wireless_tools"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/sbin
16 cp -a stuff/nomad $fs/usr/sbin/
17 cp -a stuff/nomadbox $fs/usr/sbin/
19 mkdir $fs/etc
20 cp -a stuff/nomad.conf $fs/etc/
21 }