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