# Recipe for version 0.1.2 by kenneth marken <k-marken@online.no>, on s. 25. jan. 03:55:40 +0100 2009
# Recipe (MakeRecipe) for Midori by kenneth marken <k-marken@online.no>, on Sat Sep 20 16:37:32 CEST 2008
compile_version=1.12.0
url="http://goodies.xfce.org/releases/midori/midori-0.1.2.tar.bz2"
file_size=311182
file_md5=5169ead6783f374cedf3f89bf399bd75
# Change to "waf" recipe type, when supported by Compile, and remove
# all hooks
recipe_type=manifest
do_configuration() {
   ./waf configure --prefix="$target"
}
do_build() {
   ./waf build
}
do_install() {
   SandboxInstall ${sandboxopts[@]} -c python "$appname" "$versionnumber" -- ./waf install
}
