wok diff libsearpc/receipt @ rev 17245

Add lxqt (meta), make qt4-examples: screenshot, findfiles, charactermap
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 19 01:51:31 2014 +0200 (2014-10-19)
parents 048c66ed11ec
children 16df76e1fc6a
line diff
     1.1 --- a/libsearpc/receipt	Thu Apr 24 15:38:01 2014 +0200
     1.2 +++ b/libsearpc/receipt	Sun Oct 19 01:51:31 2014 +0200
     1.3 @@ -12,7 +12,8 @@
     1.4  HOST_ARCH="i486 arm"
     1.5  
     1.6  DEPENDS="python glib jansson"
     1.7 -BUILD_DEPENDS="wget python-dev glib-dev jansson-dev python-simplejson"
     1.8 +BUILD_DEPENDS="wget python-dev glib-dev jansson-dev python-simplejson \
     1.9 +automake libtool"
    1.10  	
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13 @@ -22,7 +23,7 @@
    1.14  		--prefix=/usr \
    1.15  		PYTHON=/usr/bin/python2 \
    1.16  		$CONFIGURE_ARGS &&
    1.17 -	make && make install
    1.18 +	make -j 1 && make install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.