wok annotate shutdown/receipt @ rev 18798

amule: update deps (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 09 18:56:52 2016 +0100 (2016-01-09)
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