perl/perl-MIME-tools: Updated for version 1.34.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2011-05-31 23:54:14 -04:00 committed by Robby Workman
parent ea5d20c50e
commit d1c2c3fa6c
3 changed files with 11 additions and 16 deletions

View File

@ -3,7 +3,7 @@
# Slackware Package Build Script for perl modules: Convert::UUlib
# Home Page http://search.cpan.org/dist/Convert-UUlib/
# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant__AT__mnspace__DOT__net)
# Copyright (c) 2009-2011, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net)
# All rights reserved.
# Redistribution and use of this script, with or without modification, is
@ -26,18 +26,17 @@
#
# Modified by the SlackBuilds.org project.
SRCNAM=Convert-UUlib
PRGNAM=perl-Convert-UUlib
VERSION=1.33
VERSION=${VERSION:-1.34}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
SRCNAM=Convert-UUlib
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -90,9 +89,7 @@ cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# Remove perlocal.pod and .packlist from $PKG
( cd $PKG
find . -name "perllocal.pod" -o -name ".packlist" -o -name "*.bs" | xargs rm -f
)
find $PKG -name "perllocal.pod" -o -name ".packlist" -o -name "*.bs" | xargs rm -f
# Remove empty directories
find $PKG -depth -type d -empty -exec rm -rf {} \;
@ -100,10 +97,8 @@ find $PKG -depth -type d -empty -exec rm -rf {} \;
find $PKG | xargs 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/install
cat $CWD/slack-desc > $PKG/install/slack-desc

View File

@ -1,8 +1,8 @@
PRGNAM="perl-Convert-UUlib"
VERSION="1.33"
VERSION="1.34"
HOMEPAGE="http://search.cpan.org/dist/Convert-UUlib/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Convert-UUlib-1.33.tar.gz"
MD5SUM="d4e3330562e5d4f6c022b0a0619a2c71"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Convert-UUlib-1.34.tar.gz"
MD5SUM="fd4eed0a73093a786f9edcff7fcf854f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Nishant Limbachia"

View File

@ -9,7 +9,7 @@
perl-Convert-UUlib: perl-Convert-UUlib
perl-Convert-UUlib:
perl-Convert-UUlib: Perl interface to the uulib library.
perl-Convert-UUlib:
perl-Convert-UUlib:
perl-Convert-UUlib:
perl-Convert-UUlib: Homepage: http://search.cpan.org/dist/Convert-UUlib/
perl-Convert-UUlib: