ref: 536cef2b2ad9ba00df99f38b8eee764297562799
dir: /host-recipes/autoconf-2.69/
name=autoconf-2.69 from_source=autoconf-2.69 revision=1 build() { "${source_dir}"/configure --prefix="${prefix}" make -j${parallelism} } package() { DESTDIR="${dest_dir}" make install strip_command=strip \ post_package_strip }