mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2024-11-23 11:49:50 +00:00
b0eb4944c2
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@102 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
14 lines
287 B
PkgConfig
14 lines
287 B
PkgConfig
prefix=@@PREFIX@@
|
|
exec_prefix=${prefix}
|
|
libdir=@@LIBDIR@@
|
|
includedir=@@INCLUDEDIR@@
|
|
|
|
Name: @@PROGRAM@@
|
|
Description: Emulates FreeBSD kqueue(2) on other platforms
|
|
Version: @@VERSION@@
|
|
Requires:
|
|
Libs: @@LIBDEPENDS@@ -lkqueue
|
|
Libs.private: @@LIBDEPENDS@@
|
|
Cflags: -I${includedir}/kqueue
|
|
|