wok-current diff sshproxy/receipt @ rev 17027
linux64: new module path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 16 14:43:53 2014 +0200 (2014-08-16) |
parents | 6d7a96eedc9d |
children | f44ef80ff9e2 |
line diff
1.1 --- a/sshproxy/receipt Tue May 17 23:13:38 2011 +0200 1.2 +++ b/sshproxy/receipt Sat Aug 16 14:43:53 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