wok-next view nomad/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents d43bf7aae921
children
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="devel@slitaz.org"
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 }