python/pycryptopp: Updated for version 0.6.0.120...

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2012-06-25 21:45:31 -04:00 committed by dsomero
parent 73994d4aef
commit e764ea574a
3 changed files with 17 additions and 15 deletions

View file

@ -27,8 +27,8 @@
# Now maintained by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
PRGNAM=pycryptopp
VERSION=${VERSION:-0.5.29}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.6.0.1206569328141510525648634803928199668821045408958}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -44,14 +44,18 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCS="COPYING.GPL COPYING.TGPPL.html README.txt"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
@ -69,20 +73,18 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
python setup.py build || exit 1
python setup.py install --root=$PKG || exit 1
python setup.py install --root=$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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/slack-desc > $PKG/usr/doc/$PRGNAM-$VERSION/slack-desc
cp -a \
ChangeLog COPYING.* *.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
#cleanup
rm $PKG/usr/embeddedcryptopp/extraversion.h
rmdir $PKG/usr/embeddedcryptopp
rm $PKG/usr/share/doc/pycryptopp/*
cd $PKG/usr
rmdir -p share/doc/pycryptopp

View file

@ -1,8 +1,8 @@
PRGNAM="pycryptopp"
VERSION="0.5.29"
VERSION="0.6.0.1206569328141510525648634803928199668821045408958"
HOMEPAGE="http://pypi.python.org/pypi/pycryptopp"
DOWNLOAD="http://pypi.python.org/packages/source/p/pycryptopp/pycryptopp-0.5.29.tar.gz"
MD5SUM="c5b86ad1ebda0e7999bb50d72e412c6a"
DOWNLOAD="http://pypi.python.org/packages/source/p/pycryptopp/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz"
MD5SUM="ce38fbe03705d27da408c78b56eb1947"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Markus Reichelt"

View file

@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler----------------------------------------------------|
|-----handy-ruler------------------------------------------------------|
pycryptopp: pycryptopp (Python wrappers for Crypto++)
pycryptopp:
pycryptopp: pycryptopp is a set of Python wrappers for a few of the best crypto