wok annotate busybox-static/receipt @ rev 8692
Switch back to mercurial, home sweet home :)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Feb 17 19:06:05 2011 +0100 (2011-02-17) |
parents | 1867cba0ced3 |
children | 6f9407bd4ad5 |
rev | line source |
---|---|
pascal@5066 | 1 # SliTaz package receipt. |
pascal@5066 | 2 |
pascal@5066 | 3 PACKAGE="busybox-static" |
slaxemulator@8667 | 4 VERSION="1.18.3" |
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 } |