wok rev 22343

ilmbase, open-iscsi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 17 15:00:59 2019 +0100 (2019-11-17)
parents f95c417fc3b6
children 3818eac942d1
files ilmbase/receipt open-iscsi/receipt zbar-dev/receipt zbar/receipt
line diff
     1.1 --- a/ilmbase/receipt	Sun Nov 17 10:41:13 2019 +0100
     1.2 +++ b/ilmbase/receipt	Sun Nov 17 15:00:59 2019 +0100
     1.3 @@ -10,6 +10,8 @@
     1.4  WEB_SITE="http://www.openexr.org"
     1.5  WGET_URL="http://savannah.nongnu.org/download/openexr/$TARBALL"
     1.6  
     1.7 +BUILD_DEPENDS="bash"
     1.8 +
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
     2.1 --- a/open-iscsi/receipt	Sun Nov 17 10:41:13 2019 +0100
     2.2 +++ b/open-iscsi/receipt	Sun Nov 17 15:00:59 2019 +0100
     2.3 @@ -11,6 +11,7 @@
     2.4  WGET_URL="${WEB_SITE}bits/$TARBALL"
     2.5  
     2.6  DEPENDS="linux-scsi"
     2.7 +BUILD_DEPENDS="linux-module-headers"
     2.8  
     2.9  # Rules to configure and make the package.
    2.10  compile_rules()
    2.11 @@ -19,6 +20,7 @@
    2.12  	sed -i 's|dirent.h>|&\n#include <sys/types.h>\n#include <sys/stat.h>|' \
    2.13  		usr/iscsi_sysfs.c
    2.14  	sed -i "s|/etc/iscsi/initiatorname.iscsi|$DESTDIR&|" Makefile
    2.15 +	sed -i "s|/sbin/iscsi-iname|$DESTDIR&|" Makefile
    2.16  	make KSRC=/usr/src/linux KARCH=i686 user
    2.17  	make DESTDIR=$DESTDIR install
    2.18  }
     3.1 --- a/zbar-dev/receipt	Sun Nov 17 10:41:13 2019 +0100
     3.2 +++ b/zbar-dev/receipt	Sun Nov 17 15:00:59 2019 +0100
     3.3 @@ -6,7 +6,7 @@
     3.4  SHORT_DESC="Decode barcode and QR code, development files."
     3.5  MAINTAINER="pascal.bellard@slitaz.org"
     3.6  LICENSE="LGPL2.1"
     3.7 -WEB_SITE="http://github.com/mchehab/zbar"
     3.8 +WEB_SITE="https://github.com/mchehab/zbar"
     3.9  
    3.10  DEPENDS="zbar pkg-config"
    3.11  WANTED="zbar"
     4.1 --- a/zbar/receipt	Sun Nov 17 10:41:13 2019 +0100
     4.2 +++ b/zbar/receipt	Sun Nov 17 15:00:59 2019 +0100
     4.3 @@ -6,7 +6,7 @@
     4.4  SHORT_DESC="Decode barcode and QR code."
     4.5  MAINTAINER="pascal.bellard@slitaz.org"
     4.6  LICENSE="LGPL2.1"
     4.7 -WEB_SITE="http://github.com/mchehab/zbar"
     4.8 +WEB_SITE="https://github.com/mchehab/zbar"
     4.9  
    4.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.11  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"