updated on Fri Jan 20 16:18:17 UTC 2012
[aur-mirror.git] / pyd / PKGBUILD
blob7bb0df756211ade3d4ab24ff71ea2e8407865d34
1 # Contributor: Cyril Dolgoff <wahnby@yahoo.fr>
3 pkgname=pyd
4 pkgver=RC1
5 pkgrel=1
6 pkgdesc="Library for the D language that wraps the Python/C API with a cleaner, simpler interface."
7 arch=(i686 x86_64)
8 depends=('python>=2.4')
9 makedepends=('gdc')
10 source=(http://svn.dsource.org/projects/pyd/downloads/celerid-RC1.tar.bz2)
11 url="http://pyd.dsource.org/"
12 md5sums=('1f058274a11284a7242688eef8c086a3')
14 build() {
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