# HG changeset patch # User Pascal Bellard # Date 1573999259 -3600 # Node ID 1fc119985c359b31f0a90e928ef1792e34c49e98 # Parent f95c417fc3b6c0c76f6f56692b55277ecf152674 ilmbase, open-iscsi: update bdeps diff -r f95c417fc3b6 -r 1fc119985c35 ilmbase/receipt --- a/ilmbase/receipt Sun Nov 17 10:41:13 2019 +0100 +++ b/ilmbase/receipt Sun Nov 17 15:00:59 2019 +0100 @@ -10,6 +10,8 @@ WEB_SITE="http://www.openexr.org" WGET_URL="http://savannah.nongnu.org/download/openexr/$TARBALL" +BUILD_DEPENDS="bash" + # Rules to configure and make the package. compile_rules() { diff -r f95c417fc3b6 -r 1fc119985c35 open-iscsi/receipt --- a/open-iscsi/receipt Sun Nov 17 10:41:13 2019 +0100 +++ b/open-iscsi/receipt Sun Nov 17 15:00:59 2019 +0100 @@ -11,6 +11,7 @@ WGET_URL="${WEB_SITE}bits/$TARBALL" DEPENDS="linux-scsi" +BUILD_DEPENDS="linux-module-headers" # Rules to configure and make the package. compile_rules() @@ -19,6 +20,7 @@ sed -i 's|dirent.h>|&\n#include \n#include |' \ usr/iscsi_sysfs.c sed -i "s|/etc/iscsi/initiatorname.iscsi|$DESTDIR&|" Makefile + sed -i "s|/sbin/iscsi-iname|$DESTDIR&|" Makefile make KSRC=/usr/src/linux KARCH=i686 user make DESTDIR=$DESTDIR install } diff -r f95c417fc3b6 -r 1fc119985c35 zbar-dev/receipt --- a/zbar-dev/receipt Sun Nov 17 10:41:13 2019 +0100 +++ b/zbar-dev/receipt Sun Nov 17 15:00:59 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Decode barcode and QR code, development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="http://github.com/mchehab/zbar" +WEB_SITE="https://github.com/mchehab/zbar" DEPENDS="zbar pkg-config" WANTED="zbar" diff -r f95c417fc3b6 -r 1fc119985c35 zbar/receipt --- a/zbar/receipt Sun Nov 17 10:41:13 2019 +0100 +++ b/zbar/receipt Sun Nov 17 15:00:59 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Decode barcode and QR code." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="http://github.com/mchehab/zbar" +WEB_SITE="https://github.com/mchehab/zbar" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"