abinfo "Start make build..."
make

abinfo "Start install to $PKGDIR..."
make install PREFIX="$PKGDIR/usr" \
             SBINDIR="$PKGDIR/usr/bin" \
             MANDIR="$PKGDIR/usr/share/man"
