summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcr/python2-pywebdav/PKGBUILD22
-rw-r--r--pcr/python2-qrcode/PKGBUILD22
-rw-r--r--pcr/trytond-account-invoice/PKGBUILD20
-rw-r--r--pcr/trytond-account-product/PKGBUILD20
-rw-r--r--pcr/trytond-account/PKGBUILD20
-rw-r--r--pcr/trytond-calendar/PKGBUILD20
-rw-r--r--pcr/trytond-company/PKGBUILD20
-rw-r--r--pcr/trytond-country/PKGBUILD20
-rw-r--r--pcr/trytond-currency/PKGBUILD20
-rw-r--r--pcr/trytond-party/PKGBUILD20
-rw-r--r--pcr/trytond-product/PKGBUILD20
-rw-r--r--pcr/trytond-stock-lot/PKGBUILD20
-rw-r--r--pcr/trytond-stock/PKGBUILD20
13 files changed, 264 insertions, 0 deletions
diff --git a/pcr/python2-pywebdav/PKGBUILD b/pcr/python2-pywebdav/PKGBUILD
new file mode 100644
index 000000000..0ae43ddb5
--- /dev/null
+++ b/pcr/python2-pywebdav/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Dan Serban (dserban01 => gmail)
+# Contributor: Gour <gour@gour-nitai.com>
+
+pkgname=python2-pywebdav
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="A standards compliant WebDAV server and library written in Python"
+arch=('any')
+url="http://code.google.com/p/pywebdav/"
+license=('GPLv2')
+depends=('python2' 'pyxml')
+conflicts=('python-pywebdav')
+makedepends=('python2-distribute')
+source=(http://pywebdav.googlecode.com/files/PyWebDAV-$pkgver.tar.gz)
+md5sums=('2fd2aca0074f0d0ac2701c9c0cadb89e')
+
+build()
+{
+ cd $srcdir/PyWebDAV-$pkgver
+ python2 setup.py install --root=$pkgdir/
+ install -D doc/LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
+}
diff --git a/pcr/python2-qrcode/PKGBUILD b/pcr/python2-qrcode/PKGBUILD
new file mode 100644
index 000000000..4fd95d23a
--- /dev/null
+++ b/pcr/python2-qrcode/PKGBUILD
@@ -0,0 +1,22 @@
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=python2-qrcode
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="Python library to generate QR codes"
+arch=('any')
+url="https://github.com/lincolnloop/python-qrcode"
+license=('BSD')
+depends=('python-imaging' 'python2')
+source=(http://pypi.python.org/packages/source/q/qrcode/qrcode-${pkgver}.tar.gz)
+md5sums=("574a5e617e87fd00a47a5abcc53443b4")
+
+build() {
+ cd "$srcdir/qrcode-$pkgver"
+
+ python2 setup.py install --root="${pkgdir}"
+
+}
+
+# vim:ts=2:sw=2:et:
diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD
new file mode 100644
index 000000000..ca925d924
--- /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=("c44b9cbde537b3d54e0fd45b5fbf2943")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-account-product/PKGBUILD b/pcr/trytond-account-product/PKGBUILD
new file mode 100644
index 000000000..7c74be982
--- /dev/null
+++ b/pcr/trytond-account-product/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-account-product
+_pkgname=trytond_account_product
+pkgver=2.6.3
+_pkgdir=2.6
+pkgrel=1
+pkgdesc="The account_product 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-product>=2.6')
+makedepends=('python2-distribute')
+source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
+md5sums=("a7864dcbaea6db43140ac1137999fa5f")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-account/PKGBUILD b/pcr/trytond-account/PKGBUILD
new file mode 100644
index 000000000..7564aa04f
--- /dev/null
+++ b/pcr/trytond-account/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-account
+_pkgname=trytond_account
+pkgver=2.6.3
+_pkgdir=2.6
+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>=2.6' 'trytond-company>=2.6' 'trytond-party>=2.6' 'trytond-currency>=2.6')
+makedepends=('python2-distribute')
+source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
+md5sums=("38a4688e78c5fa3f6f652b3ff301412d")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-calendar/PKGBUILD b/pcr/trytond-calendar/PKGBUILD
new file mode 100644
index 000000000..1ec09775c
--- /dev/null
+++ b/pcr/trytond-calendar/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-calendar
+_pkgname=trytond_calendar
+pkgver=2.6.3
+_pkgdir=2.6
+pkgrel=1
+pkgdesc="The calendar module of the Tryton application platform"
+arch=('any')
+url='http://www.tryton.org/'
+license=('GPL3')
+groups=('trytond-modules')
+depends=('trytond>=2.6')
+makedepends=('python2-distribute')
+source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
+md5sums=("092f61dab224dba5d375073fa371cc6c")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-company/PKGBUILD b/pcr/trytond-company/PKGBUILD
new file mode 100644
index 000000000..f4865fdae
--- /dev/null
+++ b/pcr/trytond-company/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-company
+_pkgname=trytond_company
+pkgver=2.6.3
+_pkgdir=2.6
+pkgrel=1
+pkgdesc="The company module of the Tryton application platform"
+arch=('any')
+url='http://www.tryton.org/'
+license=('GPL3')
+groups=('trytond-modules')
+depends=('trytond>=2.6' 'trytond-party>=2.6' 'trytond-currency>=2.6')
+makedepends=('python2-distribute')
+source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
+md5sums=("51e832dc0c4952b62a0d40cd06103396")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD
new file mode 100644
index 000000000..7103fb6f9
--- /dev/null
+++ b/pcr/trytond-country/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-country
+_pkgname=trytond_country
+pkgver=2.6.3
+_pkgdir=2.6
+pkgrel=1
+pkgdesc="The country module of the Tryton application platform"
+arch=('any')
+url='http://www.tryton.org/'
+license=('GPL3')
+groups=('trytond-modules')
+depends=('trytond>=2.6')
+makedepends=('python2-distribute')
+source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
+md5sums=("146b84c021b821b564cd911d7d1a7eb0")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-currency/PKGBUILD b/pcr/trytond-currency/PKGBUILD
new file mode 100644
index 000000000..e21dfa798
--- /dev/null
+++ b/pcr/trytond-currency/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-currency
+_pkgname=trytond_currency
+pkgver=2.6.3
+_pkgdir=2.6
+pkgrel=1
+pkgdesc="The currency module of the Tryton application platform"
+arch=('any')
+url='http://www.tryton.org/'
+license=('GPL3')
+groups=('trytond-modules')
+depends=('trytond>=2.6')
+makedepends=('python2-distribute')
+source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
+md5sums=("0e5855d9be61d9b2585b02b1996841ff")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-party/PKGBUILD b/pcr/trytond-party/PKGBUILD
new file mode 100644
index 000000000..31085798a
--- /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.3
+_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")
+
+build() {
+ cd $srcdir/$_pkgname-$pkgver
+ python setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-product/PKGBUILD b/pcr/trytond-product/PKGBUILD
new file mode 100644
index 000000000..6c760d498
--- /dev/null
+++ b/pcr/trytond-product/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-product
+_pkgname=trytond_product
+pkgver=2.6.3
+_pkgdir=2.6
+pkgrel=1
+pkgdesc="The product module of the Tryton application platform"
+arch=('any')
+url='http://www.tryton.org/'
+license=('GPL3')
+groups=('trytond-modules')
+depends=('trytond>=2.6')
+makedepends=('python2-distribute')
+source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
+md5sums=("0f42e439ea548eda2947ed60dfeac599")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-stock-lot/PKGBUILD b/pcr/trytond-stock-lot/PKGBUILD
new file mode 100644
index 000000000..0f5362c94
--- /dev/null
+++ b/pcr/trytond-stock-lot/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-stock-lot
+_pkgname=trytond_stock_lot
+pkgver=2.6.3
+_pkgdir=2.6
+pkgrel=1
+pkgdesc="The stock_lot module of the Tryton application platform"
+arch=('any')
+url='http://www.tryton.org/'
+license=('GPL3')
+groups=('trytond-modules')
+depends=('trytond>=2.6' 'trytond-product>=2.6' 'trytond-stock>=2.6')
+makedepends=('python2-distribute')
+source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
+md5sums=("607af96c5fde7a6b11e5f15e123bf7e9")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-stock/PKGBUILD b/pcr/trytond-stock/PKGBUILD
new file mode 100644
index 000000000..cbd1de625
--- /dev/null
+++ b/pcr/trytond-stock/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-stock
+_pkgname=trytond_stock
+pkgver=2.6.3
+_pkgdir=2.6
+pkgrel=1
+pkgdesc="The stock module of the Tryton application platform"
+arch=('any')
+url='http://www.tryton.org/'
+license=('GPL3')
+groups=('trytond-modules')
+depends=('trytond>=2.6' 'trytond-party>=2.6' 'trytond-product>=2.6' 'trytond-company>=2.6' 'trytond-currency>=2.6')
+makedepends=('python2-distribute')
+source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
+md5sums=("6e449d3f20c8780f5045fe0652e45b10")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python setup.py install --root=$pkgdir
+}