diff options
Diffstat (limited to 'libraries/libevent/libevent.SlackBuild')
-rw-r--r-- | libraries/libevent/libevent.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libraries/libevent/libevent.SlackBuild b/libraries/libevent/libevent.SlackBuild index be05c105cd..9a2815400e 100644 --- a/libraries/libevent/libevent.SlackBuild +++ b/libraries/libevent/libevent.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libevent -# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,18 +23,16 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libevent -VERSION=1.4.13 +VERSION=2.0.10 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCVER=${VERSION}-stable -# 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 @@ -82,7 +80,8 @@ CFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG -gzip -9 $PKG/usr/man/man?/*.? +# 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 |