# SliTaz package receipt. PACKAGE="busybox-static" VERSION="1.18.4" CATEGORY="base-system" SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" DEPENDS="" WANTED="busybox" WEB_SITE="http://www.busybox.net/" CONFIG_FILES="" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/boot cp -a $src/busybox-static $fs/usr/share/boot } post_install() { chmod 4755 $1/usr/share/boot/busybox-static }