1
0
forked from ports/opt
Johannes Winkelmann 575fab944c remove $Id:$ Lines
2005-11-09 22:59:50 +00:00

16 lines
466 B
Plaintext

# 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
}