summaryrefslogtreecommitdiff
path: root/pcr/trytond-party
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-22 00:46:42 -0700
committerroot <root@rshg054.dnsready.net>2013-04-22 00:46:42 -0700
commit3faf011988bf1728989962e062a474aaa62b55f5 (patch)
treed362a44862fe1fd74611962e89293ec97d073e84 /pcr/trytond-party
parent031887a2047546085998f965214f5b682664de9b (diff)
Mon Apr 22 00:46:41 PDT 2013
Diffstat (limited to 'pcr/trytond-party')
-rw-r--r--pcr/trytond-party/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/pcr/trytond-party/PKGBUILD b/pcr/trytond-party/PKGBUILD
new file mode 100644
index 000000000..1f3b35c6e
--- /dev/null
+++ b/pcr/trytond-party/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-party
+_pkgname=trytond_party
+pkgver=2.6.0
+_pkgdir=2.6
+pkgrel=1
+pkgdesc="The party module of the Tryton application platform"
+arch=('any')
+url='http://www.tryton.org/'
+license=('GPL3')
+groups=('trytond-modules')
+depends=('trytond>=2.6' 'trytond-country>=2.6')
+makedepends=('python2-distribute')
+source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
+md5sums=("82fc07ffd9bcedc28f5526fe5c6228e6")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py install --root=$pkgdir
+}