# Recipe for version 2.6.3 by Lucas C. Villa Real, on Thu Feb 8 00:48:19 BRST 2007
# Recipe (MakeRecipe) for Fuse by roko, <ro.ko@mcnon.com>, on Wed Mar 23 22:07:09 CET 2005
compile_version=1.8.2
url="$httpSourceforge/fuse/fuse-2.6.3.tar.gz"
recipe_type=configure

configure_options=(
    MOUNT_FUSE_PATH=${target}/sbin
    UDEV_RULES_PATH=$settings_target/udev/rules.d
    --disable-kernel-module
    --enable-lib
    --enable-util
)

post_install() {
    udevstart 2> /dev/null
}
