diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2007-06-25 00:59:49 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2007-06-25 00:59:49 +0000 |
commit | 74262a81188174e49e5f0c7410b37626ee3c43dc (patch) | |
tree | 5de344de289bc632de61e85c27e2232879915981 /dev-dotnet/log4net/files/log4net.pc.in | |
parent | Version bump (diff) | |
download | historical-74262a81188174e49e5f0c7410b37626ee3c43dc.tar.gz historical-74262a81188174e49e5f0c7410b37626ee3c43dc.tar.bz2 historical-74262a81188174e49e5f0c7410b37626ee3c43dc.zip |
dev-dotnet/log4net: generation of the .pc file is now more universal
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'dev-dotnet/log4net/files/log4net.pc.in')
-rw-r--r-- | dev-dotnet/log4net/files/log4net.pc.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-dotnet/log4net/files/log4net.pc.in b/dev-dotnet/log4net/files/log4net.pc.in new file mode 100644 index 000000000000..5f2f2a258b1e --- /dev/null +++ b/dev-dotnet/log4net/files/log4net.pc.in @@ -0,0 +1,8 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=${exec_prefix}/@LIBDIR@ + +Name: Log4net +Description: Log4net - Logging library for C# and VB.NET +Version: @VERSION@ +Libs: -r:${libdir}/log4net/log4net.dll |