1 # Contributor: Sebastien Binet (binet@cern.ch)
2 # Contributor: Thomas Dziedzic
7 pkgdesc='yml2tex is a Python script which will generate a LaTeX Beamer presentation out of a YAML file.'
8 url='http://code.google.com/p/yml2tex'
11 depends=('python-yaml' 'pygments' 'texlive-core')
12 makedepends=('python-yaml' 'pygments' 'texlive-core')
13 source=("http://yml2tex.googlecode.com/files/yml2tex-$pkgver.tar.gz")
14 md5sums=('604b5943b6ef79007815ce07843de6e9')
19 python setup.py install --prefix=/usr --root="$pkgdir" || return 1