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