aboutsummaryrefslogtreecommitdiffstats
path: root/community/capstone/capstone.pc
diff options
context:
space:
mode:
Diffstat (limited to 'community/capstone/capstone.pc')
-rw-r--r--community/capstone/capstone.pc8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/capstone/capstone.pc b/community/capstone/capstone.pc
new file mode 100644
index 0000000000..d6c5d1ecde
--- /dev/null
+++ b/community/capstone/capstone.pc
@@ -0,0 +1,8 @@
+libdir=/usr/lib
+includedir=/usr/include
+
+Name: #pkgname
+Version: #pkgver
+Description: #pkgdesc
+Libs: -L${libdir} -l#pkgname
+Cflags: -I${includedir}