Skip to content

Commit a9df84c

Browse files
committed
Merge pull request #7 from Mailaender/pkg-config
pkgconfig support
2 parents b7e6361 + 0e8abb6 commit a9df84c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: sharpziplib.pc

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
prefix=/usr
2+
exec_prefix=${prefix}
3+
libdir=${exec_prefix}/lib
4+
5+
Name: sharpziplib
6+
Description: C# Zip, GZip, Tar and BZip2 library for .NET
7+
Version: 0.86
8+
Libs: -r:${libdir}/mono/sharpziplib/ICSharpCode.SharpZipLib.dll

0 commit comments

Comments
 (0)