mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-18 03:46:21 +00:00
15 lines
355 B
PkgConfig
15 lines
355 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libstrophe
|
|
Description: A simple, lightweight C library for writing XMPP clients
|
|
URL: https://strophe.im/libstrophe/
|
|
Version: @VERSION@
|
|
Requires:
|
|
Requires.private: @PC_REQUIRES@
|
|
Libs: -L${libdir} -lstrophe
|
|
Libs.private: @PC_LIBS@
|
|
Cflags: -I${includedir} @PC_CFLAGS@
|