summaryrefslogtreecommitdiff
path: root/pcr/trytond-account/PKGBUILD
blob: 474231af770cfc31177c3dda83d2b381d9c3f57e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>

pkgname=trytond-account
_pkgname=trytond_account
pkgver=3.8.1
_pkgdir=3.8
pkgrel=1
pkgdesc="The account module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
depends=('trytond>=3.8' 'trytond-company>=3.8' 'trytond-currency>=3.8' 'trytond-party>=3.8')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
md5sums=("0723e53d769b8369bdbe2d0e0ba1fe4e")

build() {
  cd $srcdir/$_pkgname-$pkgver
  python2 setup.py build
}

package() {
  cd $srcdir/$_pkgname-$pkgver
  python2 setup.py install --root=$pkgdir
}