summaryrefslogtreecommitdiff
path: root/pcr/trytond-account-invoice/PKGBUILD
blob: 0a62b69618f605b26df0af2bc75addfd63c2398a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
pkgname=trytond-account-invoice
_pkgname=trytond_account_invoice
pkgver=2.6.3
_pkgdir=2.6
pkgrel=1
pkgdesc="The account_invoice module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
depends=('trytond>=2.6' 'trytond-account>=2.6' 'trytond-company>=2.6' 'trytond-party>=2.6' 'trytond-product>=2.6' 'trytond-currency>=2.6' 'trytond-account-product>=2.6')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
md5sums=("c44b9cbde537b3d54e0fd45b5fbf2943")

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