From 7b0903d294601eca69bfb5941b2fd68a43856847 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Sat, 3 May 2025 21:54:26 +0300 Subject: [PATCH] 2.1.11 --- README.md | 5 +++++ package.yml | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 README.md create mode 100644 package.yml diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d10c4e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Open-iSCSI + +The Open-iSCSI project provides a high-performance, transport independent, implementation of RFC 3720 iSCSI for Linux. + +Open-iSCSI is partitioned into user and kernel parts. diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..1970023 --- /dev/null +++ b/package.yml @@ -0,0 +1,21 @@ +name : open-iscsi +version : 2.1.11 +release : 1 +source : + - git|https://github.com/open-iscsi/open-iscsi.git : 0510644ac23386a6e2c986823a46c57e4ae64d4d +homepage : https://www.open-iscsi.com/ +license : GPL-2.0-or-later +component : system.utils +summary : High performance, transport independent, multi-platform iSCSI initiator +description: | + High performance, transport independent, multi-platform iSCSI initiator +builddeps : + - pkgconfig(libisns) + - pkgconfig(libkmod) +setup : | + %meson_configure -Discsi_sbindir=/usr/bin -Drulesdir=/usr/lib/udev/rules.d +build : | + %ninja_build +install : | + %ninja_install + echo -n > $installdir/etc/iscsi/initiatorname.iscsi