summaryrefslogtreecommitdiff
path: root/pcr/trytond-account-invoice/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@parabola.nu>2013-04-22 12:55:18 -0300
committerNicolás Reynolds <fauno@parabola.nu>2013-04-22 12:55:18 -0300
commit5d73e0d0fbcfdd552a97bb37d173f8d9a38750a3 (patch)
tree9d8940bd842b4ffd37c86f2074e45f4923f51f5f /pcr/trytond-account-invoice/PKGBUILD
parent20e5a1a55a7bf5d317ba7f8397713be3873a7616 (diff)
parent4e46a07ffcebe8aeee045615623bc141df8f6466 (diff)
Merge branch 'master' of vparabola:abslibre
Diffstat (limited to 'pcr/trytond-account-invoice/PKGBUILD')
-rw-r--r--pcr/trytond-account-invoice/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD
new file mode 100644
index 000000000..1f2574548
--- /dev/null
+++ b/pcr/trytond-account-invoice/PKGBUILD
@@ -0,0 +1,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=("a93b71985bbcb70499019429a3dc4e25")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py install --root=$pkgdir
+}