wok diff pycrypto/receipt @ rev 17701

Add libmateweather
author Yuri Pourre <yuripourre@gmail.com>
date Fri Feb 27 01:06:08 2015 -0300 (2015-02-27)
parents ac0fe5ccf3e7
children 16df76e1fc6a
line diff
     1.1 --- a/pycrypto/receipt	Fri May 20 21:43:50 2011 +0000
     1.2 +++ b/pycrypto/receipt	Fri Feb 27 01:06:08 2015 -0300
     1.3 @@ -5,9 +5,11 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Cryptographic algorithms and protocols for python."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="PublicDomain"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.amk.ca/python/code/crypto"
    1.10  WGET_URL="http://ftp.dlitz.net/pub/dlitz/crypto/$PACKAGE/$TARBALL"
    1.11 +
    1.12  DEPENDS="python gmp"
    1.13  BUILD_DEPENDS="python-dev gmp-dev"
    1.14  
    1.15 @@ -22,6 +24,6 @@
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19 -	cp -a $_pkg/usr $fs
    1.20 +	cp -a $install/usr $fs
    1.21  }
    1.22