libraries/log4net: Updated info.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
afc1301228
commit
1bc96382da
|
@ -2,19 +2,17 @@
|
|||
|
||||
# Slackware build script for log4net
|
||||
|
||||
# Written by crocket (crockabiscuit@yahoo.com)
|
||||
# Written by crocket (crockabiscuit@gmail.com)
|
||||
|
||||
PRGNAM=log4net
|
||||
VERSION=${VERSION:-1.2.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -76,3 +74,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
|||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="0085970684888a5dfb1d59b2831f8d7e"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="crocket"
|
||||
EMAIL="crockabiscuit@yahoo.com"
|
||||
APPROVED="rworkman"
|
||||
EMAIL="crockabiscuit@gmail.com"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -14,6 +14,6 @@ log4net: framework to the .NET runtime. The framework was kept similar in
|
|||
log4net: spirit to the original log4j while taking advantage of new features
|
||||
log4net: in the .NET runtime.
|
||||
log4net:
|
||||
log4net: The website of log4net is http://logging.apache.org/log4net/
|
||||
log4net: Website: http://logging.apache.org/log4net/
|
||||
log4net:
|
||||
log4net:
|
||||
|
|
Loading…
Reference in New Issue