wok annotate shutdown/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents
children
rev   line source
nneul@18428 1 # SliTaz package receipt.
nneul@18428 2
nneul@18428 3 PACKAGE="shutdown"
nneul@18428 4 VERSION="1.0"
nneul@18428 5 CATEGORY="utilities"
nneul@18428 6 SHORT_DESC="Simple wrapper for busybox to provide shutdown command"
nneul@18428 7 MAINTAINER="nneul@neulinger.org"
nneul@18428 8 LICENSE="LGPL"
nneul@18428 9 WEB_SITE="http://www.slitaz.org"
nneul@18428 10
nneul@18428 11 genpkg_rules()
nneul@18428 12 {
nneul@18428 13 mkdir -p $fs/sbin
nneul@18428 14 cp $stuff/shutdown $fs/sbin/shutdown
nneul@18428 15 chmod 755 $fs/sbin/shutdown
nneul@18428 16 }
nneul@18428 17