wok-6.x view shutdown/receipt @ rev 21418

updated manaplus (1.3.8.4 -> 1.9.3.23)
author Hans-G?nter Theisgen
date Wed Apr 24 15:11:08 2019 +0100 (2019-04-24)
parents
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="nneul@neulinger.org"
8 LICENSE="LGPL"
9 WEB_SITE="http://www.slitaz.org"
11 genpkg_rules()
12 {
13 mkdir -p $fs/sbin
14 cp $stuff/shutdown $fs/sbin/shutdown
15 chmod 755 $fs/sbin/shutdown
16 }