libraries/pyOpenSSL: Updated for version 0.8

This commit is contained in:
Marco Bonetti 2010-05-13 00:33:07 +02:00 committed by David Somero
parent 0a465e4cc2
commit f46a5b1d0c
2 changed files with 4 additions and 3 deletions

View File

@ -51,8 +51,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
python setup.py bdist
tar zxvf dist/$PRGNAM-$VERSION.linux-i686.tar.gz -C $PKG
python setup.py install --root=$PKG
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
@ -69,4 +68,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
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="pyOpenSSL"
VERSION="0.8"
HOMEPAGE="http://pyopenssl.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/pyopenssl/pyOpenSSL-0.8.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="00377690f224d9e59c833fb0459603f4"
MD5SUM_x86_64=""
MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"
APPROVED="dsomero"