1 # Contributor: Gour <gour@gour-nitai.com>
2 pkgname=trytond-timesheet
3 _pkgname=trytond_timesheet
6 pkgdesc="The timesheet module of the Tryton application platform"
8 url="http://www.tryton.org/"
10 groups=('trytond-modules')
11 depends=('trytond>=1.4' 'trytond-company>=1.4' 'trytond-company-work-time>=1.4')
12 makedepends=('setuptools')
13 source=("http://downloads.tryton.org/1.4/$_pkgname-$pkgver.tar.gz")
14 md5sums=('45a1820cfdfcee94cc9433b87341ad38')
17 cd $srcdir/$_pkgname-$pkgver
18 python setup.py install --root=$pkgdir