wok-next view nomad/receipt @ rev 20827
new tor: 0.3.3.7
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Thu Jun 14 10:13:14 2018 +0000 (2018-06-14) |
parents | 3765f181a6d5 |
children | d5aab818505e |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="nomad"
4 VERSION="0.1"
5 CATEGORY="misc"
6 SHORT_DESC="User friendly Wi-Fi configure for nomads"
7 MAINTAINER="sygne@ombres.eu"
8 LICENSE="GPL3"
9 WEB_SITE="http://doc.slitaz.org/en:guides:wifi-easy"
11 compile_rules() {
12 install -Dm755 $stuff/nomad $install/usr/sbin/nomad
13 install -Dm755 $stuff/nomadbox $install/usr/sbin/nomadbox
14 install -Dm644 $stuff/nomad.conf $install/etc/nomad.conf
15 }
17 genpkg_rules() {
18 copy @std
19 DEPENDS="gtkdialog wireless_tools"
20 }