Skip to content

Instantly share code, notes, and snippets.

@rhyhann
Created November 29, 2008 16:54
Show Gist options
  • Save rhyhann/30257 to your computer and use it in GitHub Desktop.
Save rhyhann/30257 to your computer and use it in GitHub Desktop.
# Compiling time: 0.04 SBU
# Contributor: Othmane Benkirane (Rhyhann) <eo-at-rhyhann-net>
# Maintainer:
# Software
pkgname=pida
pkgver=0.5.1
pkgrel=0
pkgdesc="A python IDE that uses vim/emacs as its editor"
url="http://pida.co.uk"
# Pacman foo
groups=('gnome-extra')
archs=('i686' 'x86_64')
depends=('gnome-python' 'vte' 'kiwi')
sha1sums=('9c7272590bf840e6f9b7172e2199153f9cc82d54')
# Compilation foo
_F_desktop_name="Pida"
_F_desktop_icon="pida-icon.png"
_F_desktop_categories="Application;Development;IDE;"
_F_googlecode_name="PIDA"
_F_googlecode_dirname="$pkgname"
Finclude googlecode
_F_cd_path="$_F_googlecode_name-$pkgver"
build() {
Fcd
python setup.py install --prefix=$Fprefix --root=$Fdestdir
Ficonrel pida/resources/pixmaps/pida-icon.png
Fdesktop2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment