diff options
author | crocket <crockabiscuit@gmail.com> | 2011-07-19 17:16:03 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:13 -0500 |
commit | 1bc96382daaa6d7bd8f38c16ae83edc7bdea6aca (patch) | |
tree | 275a2207a33336e7343d252f8f27aa6a3084138b /libraries/log4net/log4net.SlackBuild | |
parent | afc13012284b6729bf7444b000277c6baff73a7a (diff) | |
download | slackbuilds-1bc96382daaa6d7bd8f38c16ae83edc7bdea6aca.tar.gz |
libraries/log4net: Updated info.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/log4net/log4net.SlackBuild')
-rw-r--r-- | libraries/log4net/log4net.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libraries/log4net/log4net.SlackBuild b/libraries/log4net/log4net.SlackBuild index 2790c2fc90..e59faca3e6 100644 --- a/libraries/log4net/log4net.SlackBuild +++ b/libraries/log4net/log4net.SlackBuild @@ -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} + |