abinfo "Setting /usr/bin/python3 as the default Python interpreter ..."
export PYTHON="/usr/bin/python3"

abinfo "Configuring tevent ..."
./configure --prefix=/usr \
            --bundled-libraries=NONE \
            --builtin-libraries=replace

abinfo "Building tevent ..."
make

abinfo "Installing tevent ..."
make DESTDIR="$PKGDIR" install
