# Recipe for version 1.1.0 by Lucas Correia Villa Real, on Thu Feb 2 09:11:59 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.7.1
url="http://www.busybox.net/downloads/busybox-1.1.0.tar.bz2"
recipe_type=makefile
makefile='Makefile'

sandbox_options=(
	"--no-sandbox"
)

pre_link() {
	cp .config $target/Resources/config
	gzip $target/Resources/config
	touch $target/../Settings/busybox.conf
}
