wok-next annotate shutdown/receipt @ rev 21208

asterisk: added build dependencies
author Hans-G?nter Theisgen
date Mon Dec 02 10:21:51 2019 +0100 (2019-12-02)
parents d5aab818505e
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
nneul@18428 8 LICENSE="LGPL"
al@21020 9 WEB_SITE="http://www.slitaz.org/"
al@21051 10 HOST_ARCH="any"
al@20888 11 REPOLOGY="-"
nneul@18428 12
al@21020 13 genpkg_rules() {
al@21020 14 install -Dm755 $stuff/shutdown $fs/sbin/shutdown
nneul@18428 15 }