From b288f9f8bac8498f4da65d2b916244c4192db043 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 24 May 2013 12:17:13 -0500 Subject: [PATCH] wimlib.pc.in: Update --- wimlib.pc.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wimlib.pc.in b/wimlib.pc.in index 0b51658a..b714eb50 100644 --- a/wimlib.pc.in +++ b/wimlib.pc.in @@ -4,8 +4,9 @@ libdir=@libdir@ includedir=@includedir@ Name: wimlib -Description: WIM library +Description: Library to extract, create, modify, and mount Windows Imaging (WIM) files +URL: https://sourceforge.net/projects/wimlib Version: @VERSION@ Libs: -L${libdir} -lwim -Libs.private: @LIBXML2_LDADD@ @LIBFUSE_LDADD@ @LIBCRYPTO_LDADD@ +Libs.private: @LIBXML2_LDADD@ @LIBFUSE_LDADD@ @LIBCRYPTO_LDADD@ @LIBNTFS_3G_LDADD@ Cflags: -I${includedir} -- 2.43.0