libraries/perl-BerkeleyDB: Updated for version 0.42.

This commit is contained in:
Nishant Limbachia 2010-04-24 04:17:41 -05:00 committed by Erik Hanson
parent e313b9ba6f
commit 7a6a8d655a
3 changed files with 10 additions and 13 deletions

View file

@ -1,3 +1,3 @@
perl-BerkeleyDB is a Perl extension for Berkeley DB version 2, 3 or 4. perl-BerkeleyDB is a Perl extension for Berkeley DB version 2, 3 or 4.
This is required for amavisd package. This is required for amavisd-new package.

View file

@ -3,7 +3,7 @@
# Slackware Package Build Script for perl modules: BerkeleyDB # Slackware Package Build Script for perl modules: BerkeleyDB
# Home Page http://search.cpan.org/dist/BerkeleyDB/ # Home Page http://search.cpan.org/dist/BerkeleyDB/
# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant__AT__mnspace__DOT__net) # Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net)
# All rights reserved. # All rights reserved.
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -28,7 +28,7 @@
SRCNAM=BerkeleyDB SRCNAM=BerkeleyDB
PRGNAM=perl-BerkeleyDB PRGNAM=perl-BerkeleyDB
VERSION=0.41 VERSION=0.42
ARCH=${ARCH:-i486} ARCH=${ARCH:-i486}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -84,12 +84,9 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# Remove empty directories # Remove empty directories
find $PKG -depth -type d -empty -exec rm -rf {} \; find $PKG -depth -type d -empty -exec rm -rf {} \;
( cd $PKG ### strip binaries
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
xargs strip --strip-unneeded 2> /dev/null || true | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
)
( cd $PKG/usr/man ( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \; find . -type f -exec gzip -9 {} \;

View file

@ -1,10 +1,10 @@
PRGNAM="perl-BerkeleyDB" PRGNAM="perl-BerkeleyDB"
VERSION="0.41" VERSION="0.42"
HOMEPAGE="http://search.cpan.org/dist/BerkeleyDB/" HOMEPAGE="http://search.cpan.org/dist/BerkeleyDB/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-0.41.tar.gz" DOWNLOAD="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-0.42.tar.gz"
MD5SUM="5941c90783a55ca4280c2963bbe1ac83" MD5SUM="4b9c1f6e62b6ef40e6bdc673a3a30a32"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Nishant Limbachia" MAINTAINER="Nishant Limbachia"
EMAIL="nishant@mnspace.net" EMAIL="nishant@mnspace.net"
APPROVED="dsomero" APPROVED="Erik Hanson"