From 7670fcef5a6aee7634266800267a5fee2d05c49e Mon Sep 17 00:00:00 2001 From: Andrew Strong Date: Thu, 3 Mar 2022 21:30:41 +1300 Subject: network/maildrop: Updated for version 3.0.7. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- network/maildrop/maildrop.SlackBuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'network/maildrop/maildrop.SlackBuild') diff --git a/network/maildrop/maildrop.SlackBuild b/network/maildrop/maildrop.SlackBuild index 4a7501c3ce..78d5f5518b 100644 --- a/network/maildrop/maildrop.SlackBuild +++ b/network/maildrop/maildrop.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for maildrop # # Copyright 2010 - 2019 Šime Ramov -# Copyright 2019 - 2021 Andrew Strong, Blue Mountains, Australia. +# Copyright 2019 - 2022 Andrew Strong, Blue Mountains, Australia. # # Permission to use, copy, modify, and distribute this software for # any purpose with or without fee is hereby granted, provided that @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=maildrop -VERSION=${VERSION:-3.0.1} +VERSION=${VERSION:-3.0.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -91,7 +91,6 @@ CXXFLAGS="$SLKCFLAGS" \ --datadir=/usr/doc/$PRGNAM-$VERSION \ --disable-static \ --enable-dovecotauth \ - --with-devel \ --build=$ARCH-slackware-linux make @@ -107,12 +106,16 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -pv $PKG/usr/doc/$PRGNAM-$VERSION -mv $PKG/usr/share/doc/$PRGNAM/html $PKG/usr/doc/$PRGNAM-$VERSION -rm -rf $PKG/usr/share - cp -a \ AUTHORS COPYING* ChangeLog INSTALL README README.dovecotauth UPGRADE \ $PKG/usr/doc/$PRGNAM-$VERSION + +# The HTML docs are simply copies of the man pages, so are removed from +# generated package. If you really want the HTML version of the man pages +# simply uncomment the line below: +# mv $PKG/usr/share/doc/$PRGNAM/html $PKG/usr/doc/$PRGNAM-$VERSION +rm -rf $PKG/usr/share + cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install -- cgit v1.2.3