#!/bin/env beesh

# Mon Jun 13 2016 -- kreitler

SRCURL[0]="http://xmlsoft.org/sources/libxml2-${PKGVERSION}.tar.gz"

BEE_MAKEFLAGS=${BEE_MAKEFLAGS:-' -j12 '}

[ $UID != 0 ] && PREFIX=/dev/shm/junk

mee_configure() {
  bee_configure --with-python
}

mee_install() {
  [ "x$DEE_BUG" != "x" ] && exit
  bee_install
}