network/httping: compress manpages

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2010-07-17 21:43:18 +02:00
parent 934e6d7f1b
commit 0fb41313e4
2 changed files with 4 additions and 2 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=httping
VERSION=${VERSION:-1.4.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -84,6 +84,8 @@ make install \
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/bin
cp -a httping $PKG/usr/bin/

View file

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Steven King"
EMAIL="kingrst@gmail.com"
APPROVED="rworkman"
APPROVED="rworkman,pprkut"