aboutsummaryrefslogtreecommitdiff
path: root/libraries/libevent/libevent.SlackBuild
diff options
context:
space:
mode:
authorErik Hanson <erik@slackbuilds.org>2012-12-02 12:34:05 -0500
committerdsomero <xgizzmo@slackbuilds.org>2012-12-11 16:21:49 -0500
commit5a6d1ef65a2eec5d4e37cfb1013b76fb599e33fb (patch)
tree840256fc811a66d612b8bfe3db62d7c24d19d237 /libraries/libevent/libevent.SlackBuild
parent0673597c825120e5581d50b8f2d683a3909abc38 (diff)
downloadslackbuilds-5a6d1ef65a2eec5d4e37cfb1013b76fb599e33fb.tar.xz
libraries/libevent: Updated for version 2.0.21
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/libevent/libevent.SlackBuild')
-rw-r--r--libraries/libevent/libevent.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/libraries/libevent/libevent.SlackBuild b/libraries/libevent/libevent.SlackBuild
index 9a2815400e16..c01e019f4a9d 100644
--- a/libraries/libevent/libevent.SlackBuild
+++ b/libraries/libevent/libevent.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libevent
-# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libevent
-VERSION=2.0.10
+VERSION=2.0.21
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,9 +80,6 @@ CFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
-# man pages gone?
-#gzip -9 $PKG/usr/man/man?/*.?
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild