wok diff libsearpc/receipt @ rev 16591

slitaz-i18n: encodings are still used in translations and web pages, so add gconv modules to locale packages. Add: full set of locale-xx-extra. Up: all locale-xx, locale-xx-extra, slitaz-i18n, slitaz-i18n-extra (4.2). Up slitaz-tools, slitaz-tools-boxes (5.8.6)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 06 23:19:04 2014 +0300 (2014-05-06)
parents 048c66ed11ec
children 16df76e1fc6a
line diff
     1.1 --- a/libsearpc/receipt	Thu Apr 24 15:38:01 2014 +0200
     1.2 +++ b/libsearpc/receipt	Tue May 06 23:19:04 2014 +0300
     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.