wok-next view nomad/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
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 }