This commit is contained in:
parent
353bfdc0f6
commit
7b0903d294
2 changed files with 26 additions and 0 deletions
5
README.md
Normal file
5
README.md
Normal file
|
@ -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.
|
21
package.yml
Normal file
21
package.yml
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue