updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / trytond-project-revenue / PKGBUILD
blob927dff129654ddb6d94012522b8d49c47105e403
1 # Contributor: Gour <gour@gour-nitai.com>
2 pkgname=trytond-project-revenue
3 _pkgname=trytond_project_revenue
4 pkgver=1.4.0
5 pkgrel=2
6 pkgdesc="The project_revenue module of the Tryton application platform"
7 arch=('any')
8 url="http://www.tryton.org/"
9 license=('GPL3')
10 groups=('trytond-modules')
11 depends=('trytond>=1.4' 'trytond-project>=1.4.' 'trytond-timesheet>=1.4'
12 'trytond-company>=1.4' 'trytond-product>=1.4')
13 makedepends=('setuptools')
14 source=("http://downloads.tryton.org/1.4/$_pkgname-$pkgver.tar.gz")
15 md5sums=('857209372e555c5c58145f1c19fa6eed')
17 build() {
18   cd $srcdir/$_pkgname-$pkgver
19   python setup.py install --root=$pkgdir