1 # Contributor: p2k <Patrick.Schneider@uni-ulm.de>
6 pkgdesc="Documentation for carrot, an AMQP messaging queue framework for Python."
8 url="http://pypi.python.org/pypi/carrot/0.10.1"
10 makedepends=('python-sphinx')
11 source=(http://pypi.python.org/packages/source/c/$_pkgname/$_pkgname-$pkgver.tar.gz)
12 md5sums=('7d40d64b9bb89ac6723589638ce45a23')
15 cd "$srcdir/$_pkgname-$pkgver/docs"
17 mkdir -p "$pkgdir/usr/share/doc/carrot"
18 sphinx-build -b html . "$pkgdir/usr/share/doc/carrot"
21 # vim:set ts=2 sw=2 et: