clearlinux / clr-bundles

Bundle definitions for Clear Linux OS
112 stars 54 forks source link

capstone issue #209

Open bruno-who-likes opened 3 years ago

bruno-who-likes commented 3 years ago

The capstone bundle seems to have 2 issues: 1) does not include header file 2) does not include .pc file

Below is the code for the .pc file

/*****

libcapstone.so.4 libcapstone.so.4.0.2

prefix=/usr libdir=/usr/lib64 includedir=/usr/include

Name: capstone Description: a lightweight multi-platform, multi-architecture disassembly framework Version: 4.0.2 URL: https://www.capstone-engine.org/ Libs: -L${libdir} -lcapstone Cflags: -I${includedir}