# Recipe for version 1.1.3 by Lucas C. Villa Real <lucasvr@gobolinux.org>, on Sat May 27 11:36:29 BRT 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.1.3.tar.bz2"
recipe_type=makefile
makefile='Makefile'

sandbox_options=(
	"--no-sandbox"
)

pre_link() {
	cp .config $target/Resources/config
	gzip $target/Resources/config
	touch $settings_target/busybox.conf
    cp $recipedir/Resources/mdev_wrapper $target/bin
}
