summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heinz Wiesinger2010-07-17 21:43:18 +0200
committer Heinz Wiesinger2010-07-17 21:43:18 +0200
commit0fb41313e4d911e9c2cf8700970dfad2ae3de048 (patch)
treed210778f95c2995e9488d83d20c030355367f665
parent934e6d7f1be4bdaf15f64fdb1c76b3dbcc7af395 (diff)
downloadslackbuilds-0fb41313e4d911e9c2cf8700970dfad2ae3de048.tar.gz
network/httping: compress manpages
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r--network/httping/httping.SlackBuild4
-rw-r--r--network/httping/httping.info2
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"