wok-next annotate nomad/receipt @ rev 21158

tor 0.3.5.7
author Erkan Yilmaz <erkan@slitaz.org>
date Thu Feb 07 06:59:40 2019 +0000 (2019-02-07)
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 }