This commit is contained in:
parent
8337d8dde4
commit
e3f2094e13
13 changed files with 565 additions and 0 deletions
11
files/slp.pc
Normal file
11
files/slp.pc
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue