wok rev 19712

podofo: disble lua
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 15 17:57:05 2017 +0100 (2017-02-15)
parents 40925f93fd9e
children 37c8a99e2b2c
files podofo/receipt python-llfuse/receipt
line diff
     1.1 --- a/podofo/receipt	Wed Feb 15 16:28:50 2017 +0100
     1.2 +++ b/podofo/receipt	Wed Feb 15 17:57:05 2017 +0100
     1.3 @@ -18,6 +18,7 @@
     1.4  {
     1.5  	cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE \
     1.6  	      -DFREETYPE_INCLUDE_DIR=/usr/include/freetype2 \
     1.7 +	      -DPODOFO_HAVE_LUA=FALSE \
     1.8  	      -DPODOFO_BUILD_STATIC:BOOL=TRUE \
     1.9  	      -DPODOFO_BUILD_SHARED:BOOL=TRUE . &&
    1.10  	make &&
     2.1 --- a/python-llfuse/receipt	Wed Feb 15 16:28:50 2017 +0100
     2.2 +++ b/python-llfuse/receipt	Wed Feb 15 17:57:05 2017 +0100
     2.3 @@ -17,9 +17,7 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	cd $src
     2.8  	python setup.py build &&
     2.9 -	python setup.py test &&
    2.10  	python setup.py install --root=$DESTDIR
    2.11  }
    2.12