Обновление сборки пакета с учетом патчей для директорий Solus и русскоязычная документация
All checks were successful
Build / Build project (push) Successful in 45s
All checks were successful
Build / Build project (push) Successful in 45s
This commit is contained in:
parent
05de1a42ee
commit
5ea5af514e
8 changed files with 1257 additions and 6 deletions
24
package.yml
24
package.yml
|
@ -1,19 +1,31 @@
|
|||
name : open-isns
|
||||
version : 0.103
|
||||
release : 1
|
||||
release : 2
|
||||
source :
|
||||
- https://github.com/gonzoleeman/open-isns/archive/v0.103.tar.gz : 47499f3ce87a832840884dcf3eedbec8c039f472fe921a5378e3b206a3fc1a32
|
||||
homepage : https://github.com/gonzoleeman/open-isns
|
||||
license : GPL-2.1-or-later
|
||||
component : system.utils
|
||||
- https://github.com/open-iscsi/open-isns/archive/refs/tags/v0.103.tar.gz : 47499f3ce87a832840884dcf3eedbec8c039f472fe921a5378e3b206a3fc1a32
|
||||
homepage : https://github.com/open-iscsi/open-isns
|
||||
license : LGPL-2.1-or-later
|
||||
component : network.util
|
||||
summary : iSNS server and client for Linux
|
||||
description: |
|
||||
iSNS server and client for Linux
|
||||
A partial implementation of the iSNS protocol per RFC4171. The package includes the iSNS server (isnsd) with a file-based database, a command-line utility (isnsadm) for database management, and the discovery daemon (isnsdd), which is being refined to handle node and portal registration and process state change notifications.
|
||||
builddeps :
|
||||
- pkgconfig(slp)
|
||||
setup : |
|
||||
%apply_patches
|
||||
%meson_configure --default-library=shared -Dsecurity=enabled
|
||||
build : |
|
||||
%ninja_build
|
||||
install : |
|
||||
%ninja_install
|
||||
|
||||
# Install man pages
|
||||
install -Dm 00644 $pkgfiles/man/ru/isns_config.5 $installdir/usr/share/man/ru/man5/isns_config.5
|
||||
install -Dm 00644 $pkgfiles/man/ru/isnsadm.8 $installdir/usr/share/man/ru/man8/isnsadm.8
|
||||
install -Dm 00644 $pkgfiles/man/ru/isnsd.8 $installdir/usr/share/man/ru/man8/isnsd.8
|
||||
install -Dm 00644 $pkgfiles/man/ru/isnsdd.8 $installdir/usr/share/man/ru/man8/isnsdd.8
|
||||
|
||||
install -dm00755 $installdir/usr/share/defaults/etc/
|
||||
mv $installdir/etc/isns $installdir/usr/share/defaults/etc/
|
||||
|
||||
rmdir $installdir/etc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue