wok view busybox-static/receipt @ rev 14741

nagios-doc has moved to http://go.nagios.com/nagioscore/docs/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 08:43:56 2013 +0200 (2013-06-14)
parents 579492e43b93
children f98e99c7c5d8
line source
1 # SliTaz package receipt.
3 PACKAGE="busybox-static"
4 VERSION="1.21.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 DEPENDS=""
10 WANTED="busybox"
11 WEB_SITE="http://www.busybox.net/"
12 CONFIG_FILES=""
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/boot
18 cp -a $src/busybox-static $fs/usr/share/boot
19 }
21 post_install()
22 {
23 chmod 4755 $1/usr/share/boot/busybox-static
24 }