abinfo "Building binaries"
make

abinfo "Build done, installing files"
make install \
    DESTDIR="${PKGDIR}" \
    prefix=/usr
