wok-stable rev 6775
Up: pyopenssl to 0.10.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 18 05:37:58 2010 +0000 (2010-10-18) |
parents | 851d4c73c039 |
children | c1ba7714d0d4 400719117500 |
files | pyopenssl/receipt |
line diff
1.1 --- a/pyopenssl/receipt Mon Oct 18 04:07:50 2010 +0000 1.2 +++ b/pyopenssl/receipt Mon Oct 18 05:37:58 2010 +0000 1.3 @@ -1,16 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pyopenssl" 1.7 -VERSION="0.8" 1.8 +VERSION="0.10" 1.9 CATEGORY="development" 1.10 SHORT_DESC="OpenSSL library subset wrapper for python." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 SOURCE="pyOpenSSL" 1.13 TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 -WEB_SITE="http://$PACKAGE.sourceforge.net/" 1.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.16 +WEB_SITE="http://pyopenssl.sourceforge.net/" 1.17 +WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" 1.18 DEPENDS="python openssl" 1.19 -BUILD_DEPENDS="python openssl-dev" 1.20 +BUILD_DEPENDS="python python-dev openssl-dev" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 @@ -23,5 +23,6 @@ 1.25 genpkg_rules() 1.26 { 1.27 cp -a $_pkg/usr $fs 1.28 + find $fs/usr/lib/ -name "*.pyc" -delete 1.29 } 1.30