aboutsummaryrefslogtreecommitdiff
path: root/system/capstone/capstone.pc.in
diff options
context:
space:
mode:
authorFernando Lopez Jr <fernando.lopezjr@gmail.com>2017-07-17 08:53:03 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-22 06:56:00 +0700
commit7cd1f092dc163a91292aaf3bfd81482384fb69c2 (patch)
tree798c86882c6b58003e24b4b474787dcef0df24ce /system/capstone/capstone.pc.in
parent05fc5fe63acb2381b85fbebb8b0ac3bd80332986 (diff)
downloadslackbuilds-7cd1f092dc163a91292aaf3bfd81482384fb69c2.tar.xz
system/capstone: Updated for version 4.0_alpha5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 000000000000..fa41c847fdf9
--- /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}