#! /bin/bash
# MAKE - script to build 4suite-xml at CAcert

. ./RELINFO

ID=${PRODUCT}-${RELEASE}
TARBALL=${ID}.tar.gz

tar xfzp ${TARBALL}

cd ${ID}
python setup.py config
python setup.py build