# FIXME: This is an incomplete Autotools source.
abinfo "Configuring pv ..."
"$SRCDIR"/configure \
    ${AUTOTOOLS_DEF[@]} \
    ${AUTOTOOLS_AFTER[@]}

abinfo "Building pv ..."
make

abinfo "Installing pv ..."
make install \
    DESTDIR="$PKGDIR"
