summaryrefslogtreecommitdiff
path: root/pcr/trytond-carrier/PKGBUILD
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-03-15 06:54:11 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-03-15 06:54:11 -0300
commit57cf5c66d9925260929ed385a10d09bc8bd87fc3 (patch)
tree4e01a8926211868c5efe45027f8bdc19cb85c331 /pcr/trytond-carrier/PKGBUILD
parent2b813b90d639d9072233cd039f3d9b92d4070cfb (diff)
parentb483ba7f74a833c79fe2d449b06099cc163c9e8a (diff)
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/trytond-carrier/PKGBUILD')
-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