#!/usr/bin/python
# -*- coding: utf-8 -*-

def build(bld):
    obj = bld.create_obj('intltool_po')
    obj.appname = 'breeze'
