wok view busybox-static/receipt @ rev 7344

Up: imagemagick to 6.6.5-9.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Nov 21 18:24:44 2010 +0000 (2010-11-21)
parents 46ca179cb85b
children 1a1bfecb4881
line source
1 # SliTaz package receipt.
3 PACKAGE="busybox-static"
4 VERSION="1.17.3"
5 CATEGORY="base-system"
6 SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS=""
9 WANTED="busybox"
10 WEB_SITE="http://www.busybox.net/"
11 CONFIG_FILES=""
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/boot
17 cp -a $src/busybox-static $fs/usr/share/boot
18 }