1
1
Ralph Castain 45396d8f9c Add missing files
This commit was SVN r25162.
2011-09-20 13:37:22 +00:00

17 строки
317 B
PkgConfig

#libevent pkg-config source file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libevent
Description: libevent is an asynchronous notification event loop library
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -levent
Libs.private: @LIBS@
Cflags: -I${includedir}