system/pipemeter: Added to 12.2 repository

This commit is contained in:
B. Watson 2010-05-12 23:33:45 +02:00 committed by Robby Workman
parent 6d671cdcf6
commit b66ea6bff7
4 changed files with 90 additions and 0 deletions

1
system/pipemeter/README Normal file
View file

@ -0,0 +1 @@
pipemeter copies its input to output with progress bar and/or speed indicator.

View file

@ -0,0 +1,62 @@
#!/bin/sh
# Slackware build script for pipemeter
# Written by B. Watson (yalhcru@gmail.com)
PRGNAM=pipemeter
VERSION=${VERSION:-1.1.3}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R a-s,u+w,go+r-w .
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man
make
# 'make install' doesn't create these for us:
mkdir -p $PKG/usr/bin $PKG/usr/man/man1
# ...but it does strip the pipemeter binary.
make install PREFIX=$PKG/usr
cp pipecp $PKG/usr/bin
gzip -9 $PKG/usr/man/man1/$PRGNAM.1
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp README LICENSE Changelog $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

View file

@ -0,0 +1,8 @@
PRGNAM="pipemeter"
VERSION="1.1.3"
HOMEPAGE="http://spamaps.org/pipemeter.php"
DOWNLOAD="http://spamaps.org/files/pipemeter/pipemeter-1.1.3.tar.gz"
MD5SUM="55cf189d3d1de92bbc2bc7d3396e20b1"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"
APPROVED="rworkman"

View file

@ -0,0 +1,19 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler-------------------------------------------------------|
pipemeter: pipemeter (I/O pipe with progress and speed indicators)
pipemeter:
pipemeter: pipemeter copies its input to output with progress bar and/or speed
pipemeter: indicators.
pipemeter:
pipemeter:
pipemeter:
pipemeter:
pipemeter:
pipemeter:
pipemeter: