libraries/log4net: Minor build fixes.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
crocket 2011-07-24 17:16:32 -04:00 committed by Niels Horn
parent a1aacd7418
commit 6666688089
3 changed files with 7 additions and 7 deletions

View file

@ -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.

View file

@ -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

View file

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="crocket"
EMAIL="crockabiscuit@gmail.com"
APPROVED="Niels Horn"
APPROVED="dsomero"