wok diff paramiko/receipt @ rev 16379
ARM: add sox, libunique, libao, libnotify
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 15 03:14:22 2014 +0200 (2014-04-15) |
parents | ee036385c59a |
children | f44ef80ff9e2 |
line diff
1.1 --- a/paramiko/receipt Sun Oct 16 23:21:31 2011 +0000 1.2 +++ b/paramiko/receipt Tue Apr 15 03:14:22 2014 +0200 1.3 @@ -5,9 +5,11 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="module for python that implements the SSH2 protocol." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="LGPL2.1" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.lag.net/paramiko" 1.10 WGET_URL="$WEB_SITE/download/$TARBALL" 1.11 + 1.12 DEPENDS="pycrypto" 1.13 1.14 # Rules to configure and make the package. 1.15 @@ -20,6 +22,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