wok-next view shutdown/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 d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="shutdown"
4 VERSION="1.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Simple wrapper for busybox to provide shutdown command"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL"
9 WEB_SITE="http://www.slitaz.org/"
10 HOST_ARCH="any"
11 REPOLOGY="-"
13 genpkg_rules() {
14 install -Dm755 $stuff/shutdown $fs/sbin/shutdown
15 }