# Packager: Johannes Winkelmann, jw at tks6 dot net # Maintainer: Johannes Winkelmann, jw at tks6 dot net # Description: a C implementation of the ElementTree API # URL: http://effbot.org/zone/celementtree.htm # Depends on: python-elementtree name=python-celementtree version=1.0.2-20050302 release=1 source=(http://effbot.org/downloads/cElementTree-${version}.tar.gz) build() { cd cElementTree-$version python setup.py install --root=$PKG }