wok-next annotate nomad/receipt @ rev 21317

updated john (1.7.8 -> 1.9.0)
author Hans-G?nter Theisgen
date Tue Dec 10 17:31:47 2019 +0100 (2019-12-10)
parents d43bf7aae921
children
rev   line source
al@20513 1 # SliTaz package receipt v2.
sygne@1123 2
sygne@1123 3 PACKAGE="nomad"
sygne@1123 4 VERSION="0.1"
pascal@1423 5 CATEGORY="misc"
al@20513 6 SHORT_DESC="User friendly Wi-Fi configure for nomads"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15584 8 LICENSE="GPL3"
al@20513 9 WEB_SITE="http://doc.slitaz.org/en:guides:wifi-easy"
pascal@15584 10
al@20513 11 compile_rules() {
al@20513 12 install -Dm755 $stuff/nomad $install/usr/sbin/nomad
al@20513 13 install -Dm755 $stuff/nomadbox $install/usr/sbin/nomadbox
al@20513 14 install -Dm644 $stuff/nomad.conf $install/etc/nomad.conf
sygne@1123 15 }
sygne@1123 16
al@20513 17 genpkg_rules() {
al@20513 18 copy @std
al@20513 19 DEPENDS="gtkdialog wireless_tools"
al@20513 20 }