From b580125bc9cfd6810c549de2ec8f41988311703f Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 00:20:27 -0300 Subject: adding missing dependencies for gnuhealth --- pcr/trytond-party/PKGBUILD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pcr/trytond-party/PKGBUILD (limited to 'pcr/trytond-party/PKGBUILD') 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 +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 +} -- cgit v1.2.3 From 796bbc43ca1bbd77029982ddba1b4eacfb874ae0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 03:20:31 -0300 Subject: trytond-party: fixing issues --- pcr/trytond-party/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcr/trytond-party/PKGBUILD') diff --git a/pcr/trytond-party/PKGBUILD b/pcr/trytond-party/PKGBUILD index 31085798a..1f3b35c6e 100644 --- a/pcr/trytond-party/PKGBUILD +++ b/pcr/trytond-party/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Robin Baumgartner pkgname=trytond-party _pkgname=trytond_party -pkgver=2.6.3 +pkgver=2.6.0 _pkgdir=2.6 pkgrel=1 pkgdesc="The party module of the Tryton application platform" @@ -14,7 +14,7 @@ makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") md5sums=("82fc07ffd9bcedc28f5526fe5c6228e6") -build() { +package() { cd $srcdir/$_pkgname-$pkgver - python setup.py install --root=$pkgdir + python2 setup.py install --root=$pkgdir } -- cgit v1.2.3