wok-6.x annotate busybox-static/receipt @ rev 12906
move zerobin from undigest
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 29 17:26:27 2012 +0200 (2012-05-29) |
parents | 2a66c0430085 |
children | f5e71a92c2a8 |
rev | line source |
---|---|
pascal@5066 | 1 # SliTaz package receipt. |
pascal@5066 | 2 |
pascal@5066 | 3 PACKAGE="busybox-static" |
pascal@12893 | 4 VERSION="1.20.1" |
pascal@5066 | 5 CATEGORY="base-system" |
pascal@5066 | 6 SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." |
pascal@5066 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@5066 | 8 DEPENDS="" |
pascal@7276 | 9 WANTED="busybox" |
pascal@5066 | 10 WEB_SITE="http://www.busybox.net/" |
pascal@5066 | 11 CONFIG_FILES="" |
pascal@5066 | 12 |
pascal@5066 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5066 | 14 genpkg_rules() |
pascal@5066 | 15 { |
pascal@5073 | 16 mkdir -p $fs/usr/share/boot |
pascal@7276 | 17 cp -a $src/busybox-static $fs/usr/share/boot |
pascal@5066 | 18 } |
pascal@7755 | 19 |
pascal@7755 | 20 post_install() |
pascal@7755 | 21 { |
pascal@7755 | 22 chmod 4755 $1/usr/share/boot/busybox-static |
pascal@7755 | 23 } |