wok rev 22110

python-constantly: add bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 02 13:26:58 2019 +0100 (2019-11-02)
parents 12a00e4d5909
children ad69433c853a
files python-constantly/receipt vifm/receipt
line diff
     1.1 --- a/python-constantly/receipt	Fri Nov 01 17:02:38 2019 +0100
     1.2 +++ b/python-constantly/receipt	Sat Nov 02 13:26:58 2019 +0100
     1.3 @@ -12,6 +12,7 @@
     1.4  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
     1.5  
     1.6  DEPENDS="python"
     1.7 +BUILD_DEPENDS="python-setuptools"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
     2.1 --- a/vifm/receipt	Fri Nov 01 17:02:38 2019 +0100
     2.2 +++ b/vifm/receipt	Sat Nov 02 13:26:58 2019 +0100
     2.3 @@ -25,7 +25,7 @@
     2.4  		--datadir=/usr/share	\
     2.5  	 	$CONFIGURE_ARGS &&
     2.6  	make &&
     2.7 -	make DESTDIR=$DESTDIR install
     2.8 +	make DESTDIR=$DESTDIR -j 1 install
     2.9  }
    2.10  
    2.11  # Rules to gen a SliTaz package suitable for Tazpkg.