summaryrefslogtreecommitdiff
path: root/pcr/gnuhealth
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/gnuhealth')
-rw-r--r--pcr/gnuhealth/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD
index 34a515b8e..733aebec2 100644
--- a/pcr/gnuhealth/PKGBUILD
+++ b/pcr/gnuhealth/PKGBUILD
@@ -12,14 +12,15 @@ license=(GPL3)
depends=(
postgresql
pygtk
+ python2-caldav
python2-dateutil
- python2-ldap
+ python2-ldap
python2-pillow
python2-pip
python2-psycopg2
python2-pytz
python2-pywebdav
- python2-qrcode
+ python2-qrcode
python2-vobject
"trytond>=4.0"
"trytond-calendar>=4.0"
@@ -46,10 +47,11 @@ prepare() {
}
package() {
+ cd "$srcdir/$pkgname-$pkgver"
# build gnuhealth modules
- for module in health*
+ for module in $(ls -1 | grep '^health*')
do
- cd $srcdir/$pkgname-$pkgver/$module
+ cd "$srcdir/$pkgname-$pkgver/$module"
python2 setup.py install --root=$pkgdir
done