updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / python-fathom / PKGBUILD
blob5e59d2a1e273063793392e9bc076ce4d75d1e7be
1 # Maintainer: Filip GruszczyƄski < gruszczy@gmail.com >
2 # Contributor: Alireza Savand < amu.alireza with love gmail>
4 pkgname=python-fathom
5 _pkgname=fathom
6 pkgver=0.4.1
7 pkgrel=1
8 pkgdesc="Fathom is Python3 package that provides database inspection. It creates an objective model of database schema and allows you to easily retrieve information about it"
9 arch=(any)
10 url="http://code.google.com/p/fathom"
11 license=('GPL3')
12 depends=('python' 'pyqt')
13 makedepends=('python3')
14 optdepends=('qfathom: graphical database inspection tool written using PyQt'
15             'python-fathom-tools: utilities for database schema inspection')
16 source=(http://fathom.googlecode.com/files/${_pkgname}-${pkgver}.tar.gz)
17 options=(!emptydirs)
18 md5sums=('17ff431ca4fada4b0ce334073d1a25a8')
20 package() {
21   cd "${srcdir}"/"${_pkgname}"-$pkgver
22   python setup.py install --root="$pkgdir/" --optimize=1