summaryrefslogtreecommitdiffstats
path: root/system/capstone/capstone.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'system/capstone/capstone.pc.in')
-rw-r--r--system/capstone/capstone.pc.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/capstone/capstone.pc.in b/system/capstone/capstone.pc.in
new file mode 100644
index 0000000000..fa41c847fd
--- /dev/null
+++ b/system/capstone/capstone.pc.in
@@ -0,0 +1,8 @@
+Name: capstone
+Description: Capstone disassembly engine
+Version: %VERSION%
+libdir=/usr/lib%LIBDIRSUFFIX%
+includedir=/usr/include
+archive=${libdir}/libcapstone.a
+Libs: -L${libdir} -lcapstone
+Cflags: -I${includedir}