# Recipe for version 2.2.8 by Baffo32 <baffo32@gmail.com>, on Tue Mar 17 21:55:53 BRT 2009
# Recipe (MakeRecipe) for Dmapi by ro.ko@mcnon.com, on Tue Oct 12 00:32:25 BRST 2004
compile_version=1.8.0
url="ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/dmapi_2.2.8-1.tar.gz"
file_size=81629
file_md5=1265828fabc6e3ec4b70696db331fb8a
recipe_type=configure
dir="dmapi-2.2.8"

# Will not install with parallel make (if "-j[n]" is in $compileMakeOptions)
# hence "-j1"
install_target="-j1 install install-dev"

configure_options=(
   --libexecdir=$target/lib
)

build_variables=(
   DEBUG=-DNDEBUG
)

environment=(
   # XFSProgs and related use a custom m4 macro that uses only this
   # environment variable to locate the libtool binary if it is not
   # in a standard location.
   LIBTOOL="${goboExecutables}/libtool"
)
