From 0fb41313e4d911e9c2cf8700970dfad2ae3de048 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sat, 17 Jul 2010 21:43:18 +0200 Subject: network/httping: compress manpages Signed-off-by: Heinz Wiesinger --- network/httping/httping.SlackBuild | 4 +++- network/httping/httping.info | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/network/httping/httping.SlackBuild b/network/httping/httping.SlackBuild index c078b1f130..3634fe8d56 100644 --- a/network/httping/httping.SlackBuild +++ b/network/httping/httping.SlackBuild @@ -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/ diff --git a/network/httping/httping.info b/network/httping/httping.info index 20f0029798..fc3de161e4 100644 --- a/network/httping/httping.info +++ b/network/httping/httping.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Steven King" EMAIL="kingrst@gmail.com" -APPROVED="rworkman" +APPROVED="rworkman,pprkut" -- cgit v1.2.3