1 # Maintainer: Hilton Medeiros <medeiros.hilton at gmail dot com>
2 # Contributor: Hylix <hylixx@gmail.com>
3 # Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
9 pkgdesc="A flexible IDE for any programming language, specially python (Gnome)"
11 url="http://pida.co.uk"
13 depends=('gnome-python' 'dbus-python' 'python-simplejson' 'python-pygtkhelpers' 'bpython' 'vte')
14 makedepends=('python2-distribute')
15 optdepends=('gvim: to use as an embedded editor'
16 'emacs: to use as an embedded editor'
17 'anyvc: for version control')
20 source=(http://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz
22 md5sums=('6ee61497996abd54f8a9dacd39b90c8c'
23 '0216466cf5f64238c90b5e07df71ce3a')
30 cd $srcdir/$_pkgname-$pkgver
32 python2 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=1
34 install -Dm644 COPYING $pkgdir/usr/share/licenses/pida/LICENSE
36 install -Dm644 pida/resources/pixmaps/pida-icon.png $pkgdir/usr/share/pixmaps/pida.png
37 install -Dm644 $srcdir/pida.desktop $pkgdir/usr/share/applications/pida.desktop