wok annotate shutdown/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
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