wok-next view nomad/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
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 }