wok-next annotate busybox-static/receipt @ rev 14657
Normalize LICENSE according to wok/licenses package (bsd part)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 05 16:21:04 2013 +0200 (2013-06-05) |
parents | 579492e43b93 |
children | f98e99c7c5d8 |
rev | line source |
---|---|
pascal@5066 | 1 # SliTaz package receipt. |
pascal@5066 | 2 |
pascal@5066 | 3 PACKAGE="busybox-static" |
pascal@13905 | 4 VERSION="1.21.0" |
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@14657 | 8 LICENSE="GPL2" |
pascal@5066 | 9 DEPENDS="" |
pascal@7276 | 10 WANTED="busybox" |
pascal@5066 | 11 WEB_SITE="http://www.busybox.net/" |
pascal@5066 | 12 CONFIG_FILES="" |
pascal@5066 | 13 |
pascal@5066 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5066 | 15 genpkg_rules() |
pascal@5066 | 16 { |
pascal@5073 | 17 mkdir -p $fs/usr/share/boot |
pascal@7276 | 18 cp -a $src/busybox-static $fs/usr/share/boot |
pascal@5066 | 19 } |
pascal@7755 | 20 |
pascal@7755 | 21 post_install() |
pascal@7755 | 22 { |
pascal@7755 | 23 chmod 4755 $1/usr/share/boot/busybox-static |
pascal@7755 | 24 } |