wok diff pyopenssl/receipt @ rev 16819

auth test, fix dep
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Jul 11 10:31:39 2014 +0000 (2014-07-11)
parents f26dd888bb33
children 16df76e1fc6a
line diff
     1.1 --- a/pyopenssl/receipt	Sun Oct 16 07:13:13 2011 +0000
     1.2 +++ b/pyopenssl/receipt	Fri Jul 11 10:31:39 2014 +0000
     1.3 @@ -5,10 +5,12 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="OpenSSL library subset wrapper for python."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="Apache"
     1.8  SOURCE="pyOpenSSL"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="https://launchpad.net/pyopenssl/"
    1.11  WGET_URL="http://pypi.python.org/packages/source/p/pyOpenSSL/$TARBALL"
    1.12 +
    1.13  DEPENDS="python openssl"
    1.14  BUILD_DEPENDS="python python-dev openssl-dev"
    1.15  
    1.16 @@ -22,6 +24,6 @@
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20 -	cp -a $_pkg/usr $fs
    1.21 +	cp -a $install/usr $fs
    1.22  }
    1.23