wok view shutdown/receipt @ rev 19467

slitaz-i18n: give translations from yad-gtk2 package.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 25 01:31:43 2016 +0300 (2016-10-25)
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 }