wok view busybox-static/receipt @ rev 14689

python-evas-dev: Up to 1.7.0-3
author Dominique Corbex <domcox@slitaz.org>
date Thu Jun 06 22:09:26 2013 +0200 (2013-06-06)
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 }