libraries/Crypt-SSLeay: Updated for version 0.57

This commit is contained in:
Manuel Reimer 2010-05-13 00:28:27 +02:00 committed by David Somero
parent d7f0344abb
commit 9b7e994fb4
3 changed files with 18 additions and 3 deletions

View File

@ -38,10 +38,13 @@ DOCS="Changes README TODO"
if [ "$ARCH" = "i486" ]; then if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686" SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686" SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC" SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi fi
set -e set -e
@ -69,8 +72,10 @@ make DESTDIR=$PKG \
install install
( cd $PKG ( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null 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
) )
( cd $PKG/usr/man ( cd $PKG/usr/man
@ -91,4 +96,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -2,7 +2,9 @@ PRGNAM="Crypt-SSLeay"
VERSION="0.57" VERSION="0.57"
HOMEPAGE="http://search.cpan.org/~dland/Crypt-SSLeay-0.57/SSLeay.pm" HOMEPAGE="http://search.cpan.org/~dland/Crypt-SSLeay-0.57/SSLeay.pm"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DL/DLAND/Crypt-SSLeay-0.57.tar.gz" DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DL/DLAND/Crypt-SSLeay-0.57.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="82264180f5911dce33dbd85e24b1f36b" MD5SUM="82264180f5911dce33dbd85e24b1f36b"
MD5SUM_x86_64=""
MAINTAINER="Manuel Reimer" MAINTAINER="Manuel Reimer"
EMAIL="manuel.reimer@gmx.de" EMAIL="manuel.reimer@gmx.de"
APPROVED="dsomero" APPROVED="dsomero"

View File

@ -1,3 +1,11 @@
# 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------------------------------------------------------|
Crypt-SSLeay: Crypt-SSLeay (perl module) Crypt-SSLeay: Crypt-SSLeay (perl module)
Crypt-SSLeay: Crypt-SSLeay:
Crypt-SSLeay: This module provides support for the https protocol under LWP Crypt-SSLeay: This module provides support for the https protocol under LWP