diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-06-27 17:40:25 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-06-27 17:40:25 +0200 |
commit | eb6df431e0b2a41e3df419e4bd72948a03d0b6d3 (patch) | |
tree | 9965e6c9c7054bb8617995ef32050ec1e617a881 /community/capstone/capstone.pc | |
parent | e3e0b979d1c410a051d14324f2a5b248184bc42a (diff) | |
download | aports-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.pc | 8 |
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} |