updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / pyodconverter / PKGBUILD
blob44900b998ab4aa01a51687e6b2f6038cccff6126
1 ##
2 # Maintainer: Todd Harbour <aur @AT@ quadronyx .DOT. org>
3 # Comments: 
4 # Binary version available from: http://www.quadronyx.org/aur/
5 ##
7 pkgname=pyodconverter
8 pkgver=1.1
9 pkgrel=1
10 pkgdesc="OpenDocument command line converter - similar to JODConverter but simpler."
11 url="http://www.artofsolving.com/opensource/pyodconverter"
12 arch=("i686" "x86_64")
13 license=("LGPL")
14 depends=( \
15         'python' \
16         'openoffice-base' \
17         )
18 source=( \
19         "pyodconverter" \
20         "http://www.artofsolving.com/files/DocumentConverter.py" \
21         )
22 md5sums=( \
23         'b0e6521c3861fde28282c44e8c13537d' \
24         '2bb97a522e0372f1919191cb4cdc45e6' \
25         )
27 build() {
28         cd ${startdir}/src/ || return 1
29         mkdir -p ${startdir}/pkg/usr/bin/ || return 1
30         install -m644 DocumentConverter.py ${startdir}/pkg/usr/bin/PyODConverter.py || return 1
31         install -m755 pyodconverter ${startdir}/pkg/usr/bin/ || return 1
32         #ln -s PyODConverter.py ${startdir}/pkg/usr/bin/${pkgname} || return 1