wok rev 25108
Fix open-iscsi
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 23 20:48:12 2022 +0000 (2022-06-23) |
parents | ca38ecbe9976 |
children | d2b97b580e23 |
files | libpano13-dev/receipt libpano13/receipt open-iscsi/receipt |
line diff
1.1 --- a/libpano13-dev/receipt Wed Jun 22 17:23:49 2022 +0000 1.2 +++ b/libpano13-dev/receipt Thu Jun 23 20:48:12 2022 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Panorama tools library, development files." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="https://sourceforge.net/projects/panotools/" 1.8 +WEB_SITE="https://web.archive.org/web/20220621123459/https://sourceforge.net/projects/panotools/" 1.9 1.10 DEPENDS="jpeg-dev libpano13 libpng-dev tiff-dev" 1.11 WANTED="libpano13"
2.1 --- a/libpano13/receipt Wed Jun 22 17:23:49 2022 +0000 2.2 +++ b/libpano13/receipt Thu Jun 23 20:48:12 2022 +0000 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Panorama tools library." 2.5 MAINTAINER="pascal.bellard@slitaz.org" 2.6 LICENSE="GPL2" 2.7 -WEB_SITE="https://sourceforge.net/projects/panotools/" 2.8 +WEB_SITE="https://web.archive.org/web/20220621123459/https://sourceforge.net/projects/panotools/" 2.9 2.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.11 WGET_URL="$SF_MIRROR/panotools/$TARBALL"
3.1 --- a/open-iscsi/receipt Wed Jun 22 17:23:49 2022 +0000 3.2 +++ b/open-iscsi/receipt Thu Jun 23 20:48:12 2022 +0000 3.3 @@ -26,8 +26,6 @@ 3.4 sed -i 's/ install_kernel / /' Makefile 3.5 sed -i 's|dirent.h>|&\n#include <sys/types.h>\n#include <sys/stat.h>|' \ 3.6 usr/iscsi_sysfs.c 3.7 - sed -i "s|/etc/iscsi/initiatorname.iscsi|$DESTDIR&|" Makefile 3.8 - sed -i "s|/sbin/iscsi-iname|$DESTDIR&|" Makefile 3.9 make KSRC=/usr/src/linux KARCH=i686 user 3.10 make DESTDIR=$DESTDIR install 3.11 }