From 66666880892f9f85ab2315546e19d5b29be42dc4 Mon Sep 17 00:00:00 2001 From: crocket Date: Sun, 24 Jul 2011 17:16:32 -0400 Subject: libraries/log4net: Minor build fixes. Signed-off-by: dsomero --- libraries/log4net/README | 6 +++--- libraries/log4net/log4net.SlackBuild | 6 +++--- libraries/log4net/log4net.info | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'libraries') diff --git a/libraries/log4net/README b/libraries/log4net/README index 6a7e67fa62..9361906b48 100644 --- a/libraries/log4net/README +++ b/libraries/log4net/README @@ -1,6 +1,6 @@ -log4net is a tool to help the programmer output log statements to a variety -of output targets. log4net is a port of the excellent log4j framework to -the .NET runtime. The framework was kept similar in spirit to the original +log4net is a tool to help the programmer output log statements to a variety +of output targets. log4net is a port of the excellent log4j framework to +the .NET runtime. The framework was kept similar in spirit to the original log4j while taking advantage of new features in the .NET runtime. This requires mono. diff --git a/libraries/log4net/log4net.SlackBuild b/libraries/log4net/log4net.SlackBuild index e59faca3e6..ab58ddcbc4 100644 --- a/libraries/log4net/log4net.SlackBuild +++ b/libraries/log4net/log4net.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=log4net VERSION=${VERSION:-1.2.10} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -52,12 +52,12 @@ find . \ -exec chmod 644 {} \; # Create strong key pair file needed for building. -sn -k log4net.snk +sn -k log4net.snk mkdir -p build gmcs /t:library /out:build/log4net.dll -keyfile:log4net.snk \ /r:System.Data /r:System.Web $(find src -name "*.cs") -gacutil -i build/log4net.dll -package log4net -root $PKG/usr/lib +gacutil -i build/log4net.dll -package log4net -root $PKG/usr/lib${LIBDIRSUFFIX} # Copy pkgconfig file appropriately mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig diff --git a/libraries/log4net/log4net.info b/libraries/log4net/log4net.info index 4b6f89c16c..3d1d4c5a18 100644 --- a/libraries/log4net/log4net.info +++ b/libraries/log4net/log4net.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="crocket" EMAIL="crockabiscuit@gmail.com" -APPROVED="Niels Horn" +APPROVED="dsomero" -- cgit v1.2.3-79-gdb01