cd $SOURCE_DIRECTORY &&

local PY=`installed_version python|cut -c-3` &&

 python -c "import compileall; compileall.compile_dir('.')" &&

install -vm 644 PyNUT.py "$INSTALL_ROOT/usr/lib/python${PY}/" &&

install -vm 644 PyNUT.pyc "$INSTALL_ROOT/usr/lib/python${PY}/"
