1 # Maintainer: Bersam <Bersam [dot] k [at] gmail>
6 pkgdesc="Just another accounting software designed mainly for persian users"
8 url="https://launchpad.net/amir"
10 depends=('python2' 'pygobject' 'pygtk' 'python2-cairo' 'python2-sqlalchemy' 'python2-tempita' 'python2-migrate')
15 _bzrtrunk="lp:amir/0.1"
21 msg "Connecting to the server...."
23 if [ -d ${_bzrmod} ]; then
25 msg "The local files are updated."
27 bzr co ${_bzrtrunk} ${_bzrmod}
30 msg "BZR checkout done or server timeout"
31 msg "Starting make..."
33 rm -rf "${_bzrmod}-build"
34 cp -r "${_bzrmod}" "${_bzrmod}-build"
37 export PYTHON="/usr/bin/python2"
39 python2 setup.py install --root=$pkgdir