updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / crunchyfrog-hg / PKGBUILD
blob6970f7895dfab5ed5b29de9b3b1e1a2996256821
1 # Contributor: MutantMonkey <mutantmonkey@gmail.com>
2 pkgname=crunchyfrog-hg
3 pkgver=675
4 pkgrel=1
5 pkgdesc="SQL editor and database schema browser for the GNOME desktop, latest development version"
6 url='http://code.google.com/p/crunchyfrog'
7 arch=('any')
8 license=('GPL3')
9 depends=('python' 'python-configobj' 'pygtk' 'pygtksourceview2' 'pycairo' \
10          'pyxdg' 'gnome-python' 'gnome-python-desktop' \
11                  'python-sphinx')
12 optdepends=('mysql-python:  To handle MySQL Databases',
13             'python-psycopg2:   To handle PostgreSQL Databases',
14             'python-pysqlite:   To handle SQLite Databases',
15             'cx_oracle: To handle Oracle Databases (just for i686)',
16             'pymssql:   To handle Microsoft SQL Server Databases',
17             'kinterbasdb:   To handle Firebird Databases'
18             'informixdb: To handle Informix Databases'
19             'sapdb: To handle MaxDB'
20             'ipython: To use built-in python shell'
21            )
22 makedepends=('mercurial')
23 provides=('crunchyfrog')
24 conflicts=('crunchyfrog')
25 source=()
26 md5sums=()
27 sha256sums=()
29 _hgroot="https://crunchyfrog.googlecode.com/hg"
30 _hgrepo="crunchyfrog"
32 build() {
33     cd ${srcdir}/${_hgrepo}
35         # remove all language files except English since the language is wrong otherwise
36         rm -r po/{cs,da,de,el,es,fi,fr,he,id,it,ja,nl,ru,sv,tr}
38         python setup.py install --root=${pkgdir}/ --optimize=1 || return 1