aboutsummaryrefslogtreecommitdiffstats
path: root/community/capstone/capstone.pc
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-06-27 17:40:25 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-06-27 17:40:25 +0200
commiteb6df431e0b2a41e3df419e4bd72948a03d0b6d3 (patch)
tree9965e6c9c7054bb8617995ef32050ec1e617a881 /community/capstone/capstone.pc
parente3e0b979d1c410a051d14324f2a5b248184bc42a (diff)
downloadaports-eb6df431e0b2a41e3df419e4bd72948a03d0b6d3.tar.bz2
aports-eb6df431e0b2a41e3df419e4bd72948a03d0b6d3.tar.xz
community/capstone: move from testing
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}