wok-next rev 20042

pigz, pxe-kexec: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 20:53:07 2017 +0200 (2017-10-22)
parents eb78b866a5de
children 873dacb47139
files pigz/receipt pxe-kexec/receipt
line diff
     1.1 --- a/pigz/receipt	Sun Oct 22 20:34:53 2017 +0200
     1.2 +++ b/pigz/receipt	Sun Oct 22 20:53:07 2017 +0200
     1.3 @@ -10,13 +10,12 @@
     1.4  WEB_SITE="http://www.zlib.net/pigz"
     1.5  WGET_URL="$WEB_SITE/$TARBALL"
     1.6  
     1.7 -DEPENDS=""
     1.8 -BUILD_DEPENDS=""
     1.9 +DEPENDS="zlib"
    1.10 +BUILD_DEPENDS="zlib-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	sed -i 's/-lz/& -lm/' Makefile
    1.17  	make
    1.18  }
     2.1 --- a/pxe-kexec/receipt	Sun Oct 22 20:34:53 2017 +0200
     2.2 +++ b/pxe-kexec/receipt	Sun Oct 22 20:53:07 2017 +0200
     2.3 @@ -11,7 +11,7 @@
     2.4  WGET_URL="$SF_MIRROR/$PACKAGE.berlios/$TARBALL"
     2.5  
     2.6  DEPENDS="curl readline kexec-tools gcc-lib-base"
     2.7 -BUILD_DEPENDS="cmake curl-dev ncurses-dev"
     2.8 +BUILD_DEPENDS="cmake curl-dev ncurses-dev perl"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()