summaryrefslogtreecommitdiff
path: root/libffi.pc.in
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2013-01-02 08:28:35 -0500
committerAnthony Green <green@moxielogic.com>2013-01-02 08:28:35 -0500
commit8bad679ade5000e57cdc9cacde22e8b99840930f (patch)
tree2e7249af8d2590ff319f088967d77ccfb6cf09e9 /libffi.pc.in
parent981c32ee115e9f0d6546a74592875e138222a9d1 (diff)
downloadlibffi-8bad679ade5000e57cdc9cacde22e8b99840930f.tar.gz
New stand-alone patch
Diffstat (limited to 'libffi.pc.in')
-rw-r--r--libffi.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libffi.pc.in b/libffi.pc.in
new file mode 100644
index 0000000..c2e1c7b
--- /dev/null
+++ b/libffi.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
+
+Name: @PACKAGE_NAME@
+Description: Library supporting Foreign Function Interfaces
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lffi
+Cflags: -I${includedir}