shithub: newlib

ref: 536cef2b2ad9ba00df99f38b8eee764297562799
dir: /host-recipes/automake-1.15.1/

View raw version
name=automake-1.15.1
from_source=automake-1.15.1
revision=1
hostdeps="autoconf-2.69"
imagedeps="gcc"

build() {
    "${source_dir}"/configure --prefix="${prefix}"

    make -j${parallelism}
}

package() {
    DESTDIR="${dest_dir}" make install

        strip_command=strip \
    post_package_strip
}