updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / trytond-account / PKGBUILD
blob8e78001e3ea562f20d95f42ae35295950391edb8
1 # Contributor: Thomas-Bahn <Thomas-Bahn@gmx.net>
2 pkgname=trytond-account
3 _pkgname=trytond_account
4 pkgver=1.8.0
5 _pkgdir=1.8
6 pkgrel=1
7 pkgdesc="Account module of the Tryton application platform"
8 arch=('any')
9 url="http://www.tryton.org/"
10 license=('GPL3')
11 groups=('trytond-modules')
12 depends=('trytond>=1.8' 'trytond-company>=1.8' 'trytond-country>=1.8' 'trytond-currency>=1.8')
13 makedepends=('python2-distribute')
14 source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
16 build() {
17   cd $srcdir/$_pkgname-$pkgver
18   python2 setup.py install --root=$pkgdir
21 md5sums=('d79d945e7647c9aa47f7420d81eb6fb5')