spf_url home  'http://www.adel.nursat.kz/apg/' &&
spf_url watch 'http://www.adel.nursat.kz/apg/' &&
spf_url src \
  "http://www.adel.nursat.kz/apg/download/apg-${spf_version?}.tar.gz" &&
spf_cc_ cpp_args -Wall &&
spf_cc_ cc_args &&
spf_cc_ ld_args &&
spf_cc_ make_args &&
spf_do_install() {
  set \
    env \
    CHOWNPROG=: \
    CHGRPPROG=: \
    make \
    FLAGS="${spf_args_cpp?} ${spf_args_cc?} ${spf_args_ld?}" \
    INSTALL_PREFIX="${spf_path_prefix?}" &&
  eval '"$@" '"${spf_args_make?} all install"
} &&
spf_no_check && ## there are no tests
spf_tested_version 2.2.3

