updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / python2-rstex / PKGBUILD
blobe1279dab5983fe6113e9b81398d5e8b3faf7f498
1 # Maintainer: Wieland Hoffmann <the_mineo@web.de>
2 # Automatically generated by pip2arch on 2010-11-29
4 pkgname=python2-rstex
5 pkgver=0.12
6 pkgrel=1
7 pkgdesc="An extension of docutils' rst2latex with inline math, equations, references, and raw latex"
8 url="http://muralab.org/rstex"
9 depends=('python2' )
10 license=('BSD License')
11 arch=('any')
12 source=("http://pypi.python.org/packages/source/r/rstex/rstex-$pkgver.tar.gz")
14 build() {
15     cd $srcdir/rstex-$pkgver
16     python2 setup.py install --root="$pkgdir"
18 md5sums=('7af2824d613f8c514335c0c002473f09')