abinfo "Building id3 ..."
make

abinfo "Installing id3 ..."
make install \
    DESTDIR="$PKGDIR" \
    prefix="/usr" \
    mandir="/usr/share/man"
