updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / trytond-timesheet / PKGBUILD
blobca20221e80dde12dc98ea1255cd53db6f60d3ff9
1 # Contributor: Gour <gour@gour-nitai.com>
2 pkgname=trytond-timesheet
3 _pkgname=trytond_timesheet
4 pkgver=1.4.0
5 pkgrel=2
6 pkgdesc="The timesheet 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-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')
16 build() {
17   cd $srcdir/$_pkgname-$pkgver
18   python setup.py install --root=$pkgdir