2.0.0
All checks were successful
Build / Build project (push) Successful in 1m46s

This commit is contained in:
Alexander Zhirov 2025-05-03 16:23:02 +03:00
parent 8337d8dde4
commit 2ce0a0601c
Signed by: alexander
GPG key ID: C8D8BE544A27C511
14 changed files with 566 additions and 1 deletions

11
files/slp.pc Normal file
View file

@ -0,0 +1,11 @@
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib64
includedir=${prefix}/include
Name: SLP
Version: 1.0.0
Description: Service Location Protocol (SLP) is an Internet Engineering Task Force (IETF) standards track protocol that provides a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks
URL: http://www.openslp.org
Libs: -L${libdir} -lslp
Cflags: -I${includedir}