# Use the functions within the autotools template
# to complete the autotools configuration.
build_autotools_update_base
build_autotools_regenerate
build_autotools_configure

abinfo "Building MKVToolNix ..."
rake \
    ${MAKEFLAGS} \
    V=1

abinfo "Installing MKVToolNix ..."
rake install \
    DESTDIR="$PKGDIR"
