diff options
author | crocket <crockabiscuit@gmail.com> | 2011-07-24 17:16:32 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-11 20:23:15 -0300 |
commit | 66666880892f9f85ab2315546e19d5b29be42dc4 (patch) | |
tree | 761f55f3d4215ca246e755900037095b580a120f /libraries/log4net | |
parent | a1aacd741839f091a86be05a70096c1df5561ca7 (diff) | |
download | slackbuilds-66666880892f9f85ab2315546e19d5b29be42dc4.tar.gz |
libraries/log4net: Minor build fixes.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/log4net')
-rw-r--r-- | libraries/log4net/README | 6 | ||||
-rw-r--r-- | libraries/log4net/log4net.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/log4net/log4net.info | 2 |
3 files changed, 7 insertions, 7 deletions
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" |