wok-6.x view nomad/receipt @ rev 18209
Up: poppler* (0.34.0), qpdfview (0.4.15)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Jul 16 01:48:33 2015 +0200 (2015-07-16) |
parents | dd3e14a6278d |
children |
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 LICENSE="GPL3"
11 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 }