summaryrefslogtreecommitdiff
path: root/pcr/trytond-carrier
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-03-13 06:46:18 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-03-13 06:46:18 -0300
commit30ef4cb47f925d25b3efb6a5624f36d78452240e (patch)
tree1fd4a8fd711557e4ed6cd180b08d97c10dbdba10 /pcr/trytond-carrier
parent25a1b9da252c13ff53c015789f305535f7b5a023 (diff)
trytond-carrier: add new package to [pcr]
Diffstat (limited to 'pcr/trytond-carrier')
-rw-r--r--pcr/trytond-carrier/PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/pcr/trytond-carrier/PKGBUILD b/pcr/trytond-carrier/PKGBUILD
new file mode 100644
index 000000000..c4827cac0
--- /dev/null
+++ b/pcr/trytond-carrier/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-carrier
+_pkgname=trytond_carrier
+pkgver=3.0.0
+_pkgdir=3.0
+pkgrel=3
+pkgdesc="The carrier module of the Tryton application platform"
+arch=('any')
+url='http://www.tryton.org/'
+license=('GPL3')
+groups=('trytond-modules')
+depends=('trytond>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0')
+makedepends=('python2-distribute')
+source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
+md5sums=("f1c0c88d3e3ab4f2955a252125090eb7")
+
+build() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py build
+}
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py install --root=$pkgdir
+} \ No newline at end of file