wok-next diff stoq/receipt @ rev 20728

lcms2: produce static lib again (to fix optipng-static build)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 11:18:30 2018 +0300 (2018-05-29)
parents c4f226b02549
children 680393ac1f5c
line diff
     1.1 --- a/stoq/receipt	Sat Nov 30 11:11:23 2013 +0000
     1.2 +++ b/stoq/receipt	Tue May 29 11:18:30 2018 +0300
     1.3 @@ -12,12 +12,11 @@
     1.4  
     1.5  DEPENDS="python pygtk postgresql psycopg2 zopeinterface python-pil \
     1.6  python-reportlab stoqlib stoqdrivers python-kiwi python-gazpacho"
     1.7 -BUILD_DEPENDS="python python-dev pygtk python-kiwi stoqlib"
     1.8 +BUILD_DEPENDS="python python-dev pygtk python-kiwi stoqlib gettext-tools"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	cd $src
    1.14  	python setup.py install --root=$DESTDIR
    1.15  }
    1.16  
    1.17 @@ -35,4 +34,3 @@
    1.18  	cp -a $install/usr/share $fs/usr
    1.19  	cp -a $LOCALEDIR/pt_BR/LC_MESSAGES $fs/usr/share/locale/pt
    1.20  }
    1.21 -