libraries/libevhtp: Downgraded for version 1.2.10.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-02-04 19:05:12 +01:00 committed by Willy Sudiarto Raharjo
parent 484a272c47
commit ff8e4f630f
2 changed files with 5 additions and 13 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for "libevhtp".
# Copyright 2015 Marcel Saegebarth <marc@mos6581.de>
# Copyright 2015-2016 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libevhtp
VERSION=${VERSION:-1.2.11n}
VERSION=${VERSION:-1.2.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -88,14 +88,6 @@ cd build
make install/strip DESTDIR=$PKG
cd ..
if [ "$ARCH" = "x86_64" ]; then
(
cd $PKG
mv usr/lib/pkgconfig usr/lib${LIBDIRSUFFIX}
rm -rf usr/lib
)
fi
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog LICENSE README.markdown $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="libevhtp"
VERSION="1.2.11n"
VERSION="1.2.10"
HOMEPAGE="https://github.com/ellzey/libevhtp/"
DOWNLOAD="https://github.com/ellzey/libevhtp/archive/1.2.11n.tar.gz"
MD5SUM="38e11f0623ce13c01ce7626d11ddffd1"
DOWNLOAD="https://github.com/ellzey/libevhtp/archive/1.2.10.tar.gz"
MD5SUM="e7261c7e34654f78047431d169b88806"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""