mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
add pc file
This commit is contained in:
parent
5151ee2d9b
commit
584dbc75b7
2 changed files with 11 additions and 0 deletions
10
lrzip.pc.in
Normal file
10
lrzip.pc.in
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: lrzip
|
||||
Description: lrzip compression library
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -llrzip
|
||||
Libs.private: @LIBS@
|
||||
Loading…
Add table
Add a link
Reference in a new issue