init
This commit is contained in:
commit
d6b71b3683
|
@ -0,0 +1,3 @@
|
|||
# Open-iSNS
|
||||
|
||||
This is a partial implementation of iSNS, according to RFC4171.
|
|
@ -0,0 +1,19 @@
|
|||
name : open-isns
|
||||
version : 0.103
|
||||
release : 1
|
||||
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
|
||||
summary : iSNS server and client for Linux
|
||||
description: |
|
||||
iSNS server and client for Linux
|
||||
builddeps :
|
||||
- pkgconfig(slp)
|
||||
setup : |
|
||||
%meson_configure --default-library=shared -Dsecurity=enabled
|
||||
build : |
|
||||
%ninja_build
|
||||
install : |
|
||||
%ninja_install
|
Loading…
Reference in New Issue