wok-next diff pycrypto/receipt @ rev 17307

polkit: remove gobject-introspection from depends
It is development package and we don't need it on regular host.
(was added here: hg.slitaz.org/wok/rev/3c2bd4920bdb)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 01 19:00:09 2014 +0200 (2014-11-01)
parents ac0fe5ccf3e7
children 16df76e1fc6a
line diff
     1.1 --- a/pycrypto/receipt	Fri May 20 21:43:50 2011 +0000
     1.2 +++ b/pycrypto/receipt	Sat Nov 01 19:00:09 2014 +0200
     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