abinfo "Building reptyr ..."
make PREFIX=/usr \
     DESTDIR="$PKGDIR" \
     DISABLE_TESTS=1 \
     all

abinfo "Installing reptyr ..."
make PREFIX=/usr \
     DESTDIR="$PKGDIR" \
     DISABLE_TESTS=1 \
     install
