system/pv: Updated for version 1.4.12, cleanups.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2013-11-24 14:05:01 +01:00 committed by Robby Workman
parent 96a2271764
commit eebf8d3a66
2 changed files with 14 additions and 17 deletions

View file

@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pv
VERSION=${VERSION:-1.1.4}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.4.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -59,7 +59,11 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@ -72,22 +76,15 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
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 -p $PKG/usr/doc/$PRGNAM-$VERSION
( cd $TMP/$PRGNAM-$VERSION/doc
cp -a \
$DOCS \
$PKG/usr/doc/$PRGNAM-$VERSION
)
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION )
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="pv"
VERSION="1.1.4"
VERSION="1.4.12"
HOMEPAGE="http://www.ivarch.com/programs/pv.shtml"
DOWNLOAD="http://pipeviewer.googlecode.com/files/pv-1.1.4.tar.bz2"
MD5SUM="63033e090d61a040407bfd043aeb6d27"
DOWNLOAD="http://www.ivarch.com/programs/sources/pv-1.4.12.tar.bz2"
MD5SUM="605adc0f369496bca92b0656cf86b25e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""