wok-next view shutdown/receipt @ rev 19652

Up cookutils(886), slitaz-base-files(328), tazpkg(944), tzdata(2017a); dbus: changes in pre/post-install (fix group number, etc.)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 01 23:29:10 2017 +0200 (2017-03-01)
parents
children cd7906120828
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 }