# Recipe for version 2.8.0 by Hugo Barrocas <hugobarrocas@iol.pt>, on Ter Mai 25 23:39:18 WEST 2010
# Recipe (MakeRecipe) for Fontconfig by Michael Farrell <michael@xinomorph.org>, on Sat Oct 23 14:31:12 BRST 2004
compile_version=1.8.5
url="http://www.fontconfig.org/release/fontconfig-2.8.0.tar.gz"
file_size=1548409
file_md5=77e15a92006ddc2adbb06f840d591c0e
recipe_type=configure
configure_options=(
    --with-default-fonts="${target}/share/fonts"
    --with-add-fonts="$goboPrefix/Files/Fonts/OpenType,$goboPrefix/Files/Fonts/TrueType"
    --with-cache-dir="$goboVariable/cache/fontconfig"
    --with-confdir="$settings_target/fonts"
)
build_target="all fonts.conf"

# this is to not run 'fc-cache' from 'make install'
install_variables=(                                                              
   RUN_FC_CACHE_TEST=false
)

unmanaged_files=(
   "$goboVariable/cache/fontconfig"
)
