echo "Configuring bfs..."
"$SRCDIR"/configure \
    --enable-release \
    --with-libacl \
    --with-libcap \
    --with-liburing \
    --with-oniguruma \
    --prefix=/usr \
    --mandir=/usr/share/man \
    V=1

echo "Building bfs..."
make V=1

echo "Installing bfs..."
make install DESTDIR="$PKGDIR"
