1 # Maintainer: Mauro Santos <registosites@hotmail.com>
6 pkgdesc="Collection of free (as speech) softwares to open, edit, convert and transfer data with a Casio graphical calculator."
9 url="http://casetta.tuxfamily.org/"
10 depends=('python2' 'python-pyserial' 'python-imaging' 'gtk' 'pygtk')
11 makedepends=('python2')
12 source=("http://download.tuxfamily.org/casetta/casetta-0.3/casetta-$pkgver.tar.gz")
13 md5sums=('0d95ce37cacd99f79f826fe06eb4104a')
18 cd ${srcdir}/$pkgname-$pkgver
19 python2 setup.py install --prefix=${pkgdir}/usr
21 # Fix/hack to run with Python 2
23 sed -i 's/python/python2/g' usr/bin/gasetta
24 sed -i 's/python/python2/g' usr/bin/casetta
25 sed -i 's/python/python2/g' usr/share/gasetta/gasetta.py
26 sed -i 's/python/python2/g' usr/share/casetta_cli/casetta_cli.py