
Untitled
By: a guest on
Dec 10th, 2010 | syntax:
Bash | size: 1.07 KB | hits: 123 | expires: Never
# Maintainer: Hylix <hylixx@gmail.com>
# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
pkgname=pida
pkgver=0.6.1
pkgrel=3
pkgdesc="A Framework for integrated development"
arch=('any')
url="http://pida.co.uk"
license=('custom')
depends=('pygtk' 'dbus-python' 'python-simplejson' 'python2-gconf' 'vte' 'kiwi'
'python2-pygtkhelpers-hg')
optdepends=('gvim: to use as an embedded editor'
'emacs: to use it as an embedded editor'
'anyvc: for version control')
source=(http://pypi.python.org/packages/source/p/pida/pida-${pkgver}.tar.gz
pida.desktop)
install="pida.install"
md5sums=('ca509c6140b826eacfe87ceb12034abc'
'0216466cf5f64238c90b5e07df71ce3a')
build() {
cd $startdir/src/pida-${pkgver}
python2 setup.py install --root=$startdir/pkg/ --prefix=/usr
install -Dm644 COPYING $startdir/pkg/usr/share/licenses/pida/LICENSE
install -Dm644 pida/resources/pixmaps/pida-icon.png $startdir/pkg/usr/share/pixmaps/pida.png
install -Dm644 $startdir/src/pida.desktop $startdir/pkg/usr/share/applications/pida.desktop
}