# Recipe for version 1.2.2.1 by Lucas C. Villa Real, on Sat Dec 9 17:24:26 BRST 2006
# Recipe (MakeRecipe) for BusyBox by Lucas Correia Villa Real <lucasvr@gobolinux.org>, on Sun Dec 19 13:55:31 BRST 2004
compile_version=1.8.0
url="http://www.busybox.net/downloads/busybox-1.2.2.1.tar.bz2"
recipe_type=makefile
makefile='Makefile'

sandbox_options=(
    "--no-sandbox"
)

pre_link() {
    cp .config $target/Resources/config && gzip $target/Resources/config
    cp $recipedir/Resources/mdev_wrapper $target/bin
}
