2.0.0
Some checks failed
Build / Build project (push) Has been cancelled

This commit is contained in:
Alexander Zhirov 2025-05-03 16:21:22 +03:00
parent 8337d8dde4
commit e3f2094e13
Signed by: alexander
GPG key ID: C8D8BE544A27C511
13 changed files with 565 additions and 0 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}