updated on Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git] / wiki2beamer / PKGBUILD
blobabdf6a8b26b4a260154a9a02ca96d1a1b8b284f8
1 # Maintainer: Thomas Weißschuh <thomas_weissschuh || lavabit.com>
2 # Contributor: Daniel Kaes (daniel.kaes@web.de)
3 pkgname=wiki2beamer
4 pkgver=0.9.4
5 pkgrel=1
6 pkgdesc="wiki2beamer is a small tool to create LaTeX Beamer presentations from text files with a wiki-like syntax. Thus, it enables the user to create beamer presentations in a less time-consuming way."
7 url="http://wiki2beamer.sourceforge.net"
8 license=("GPL2")
9 depends=("python")
10 arch=('i686' 'x86_64')
11 source=("http://downloads.sourceforge.net/project/wiki2beamer/wiki2beamer/wiki2beamer-${pkgver}/wiki2beamer-${pkgver}.zip")
12 build() {
13   cd ${srcdir}/${pkgname}-${pkgver}/code
14   python setup.py install --root=${pkgdir}/
15   mkdir -p ${pkgdir}/usr/man/man1
16   cp ../doc/man/wiki2beamer.1 ${pkgdir}/usr/man/man1
20 sha1sums=('c21bacd0d3f84a1bd2ded7d37e9f44d4abeab954')