updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / trytond-account-invoice-history / PKGBUILD
blobb99572ec7df62079211f970f38b928f603bb9bae
1 # Contributor Gour <gour@gour-nitai.com>
2 pkgname=trytond-account-invoice-history
3 _pkgname=trytond_account_invoice_history
4 pkgver=1.4.0
5 pkgrel=2
6 pkgdesc="The account_invoice_history 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-account-invoice>=1.4' 
12 'trytond-party>=1.4')
13 makedepends=('setuptools')
14 source=("http://downloads.tryton.org/1.4/$_pkgname-$pkgver.tar.gz")
15 md5sums=('2a47a7afa023e2c3aeac04e76c152b13')
17 build() {
18   cd $srcdir/$_pkgname-$pkgver
19   python setup.py install --root=$pkgdir