This commit is contained in:
parent
b8e5fd35ca
commit
0b3baedbee
5 changed files with 103 additions and 0 deletions
9
files/wildmatch.pc
Normal file
9
files/wildmatch.pc
Normal file
|
@ -0,0 +1,9 @@
|
|||
prefix=/usr
|
||||
includedir=${prefix}/include
|
||||
libdir=${prefix}/lib
|
||||
|
||||
Name: wildmatch
|
||||
Description: wildmatch is a BSD-licensed C/C++ library for git/rsync-style pattern matching
|
||||
Version: 0.5.0
|
||||
Libs: -L${libdir} -lwildmatch
|
||||
Cflags: -I${includedir}
|
Loading…
Add table
Add a link
Reference in a new issue