1 # Contributor: Cyril Dolgoff <wahnby@yahoo.fr>
6 pkgdesc="Library for the D language that wraps the Python/C API with a cleaner, simpler interface."
8 depends=('python>=2.4')
10 source=(http://svn.dsource.org/projects/pyd/downloads/celerid-RC1.tar.bz2)
11 url="http://pyd.dsource.org/"
12 md5sums=('1f058274a11284a7242688eef8c086a3')
15 cd ${startdir}/src/celerid-${pkgver}
16 # sed -i 's/not in packageCodeFiles/not in packageCodeFiles and f.endswith(".d")/' setup.py
17 python setup.py install --root=${startdir}/pkg