system/lzop: Updated for version 1.04.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
LEVAI Daniel 2017-11-12 21:54:38 +00:00 committed by Willy Sudiarto Raharjo
parent c9aefa321e
commit 566079b0de
2 changed files with 12 additions and 9 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for lzop
# Copyright (c) 2011, 2012, 2013 Daniel LEVAI
# Copyright (c) 2011-2017 LEVAI Daniel
# All rights reserved.
#
# * Redistribution and use in source and binary forms, with or without
@ -26,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lzop
VERSION=${VERSION:-1.03}
VERSION=${VERSION:-1.04}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -43,7 +43,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ];then
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
@ -73,9 +73,12 @@ find -L . \
-exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
./configure \
./configure \
--prefix=/usr \
--mandir=/usr/man
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
make
DESTDIR=$PKG make install

View File

@ -1,10 +1,10 @@
PRGNAM="lzop"
VERSION="1.03"
VERSION="1.04"
HOMEPAGE="http://www.lzop.org/"
DOWNLOAD="http://www.lzop.org/download/lzop-1.03.tar.gz"
MD5SUM="006c5e27fb78cdd14a628fdfa5aa1905"
DOWNLOAD="http://www.lzop.org/download/lzop-1.04.tar.gz"
MD5SUM="271eb10fde77a0a96b9cbf745e719ddf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Daniel LEVAI"
MAINTAINER="LEVAI Daniel"
EMAIL="leva@ecentrum.hu"