wok diff sshproxy/receipt @ rev 16556
Up: spk (1.4.2) - Critical bug fix for config files
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 30 14:37:37 2014 +0200 (2014-04-30) |
parents | 6d7a96eedc9d |
children | f44ef80ff9e2 |
line diff
1.1 --- a/sshproxy/receipt Tue May 17 23:13:38 2011 +0200 1.2 +++ b/sshproxy/receipt Wed Apr 30 14:37:37 2014 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="SSH proxy to connect without passwords or keys." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="sshproxy_0.6.0~beta2.orig.tar.gz" 1.9 WEB_SITE="http://sshproxy-project.org/" 1.10 WGET_URL="http://ftp.de.debian.org/debian/pool/main/s/sshproxy/$TARBALL" 1.11 @@ -22,6 +23,6 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - cp -a $_pkg/usr $fs 1.16 + cp -a $install/usr $fs 1.17 } 1.18