wok diff dropbear/receipt @ rev 2186
Add dropbear-pam
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 09 09:44:28 2009 +0000 (2009-02-09) |
parents | fd4eda949f1e |
children | a21224b0a7b8 |
line diff
1.1 --- a/dropbear/receipt Fri Oct 03 16:03:56 2008 +0000 1.2 +++ b/dropbear/receipt Mon Feb 09 09:44:28 2009 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Light SSH client and server." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 +DEPENDS="zlib" 1.8 BUILD_DEPENDS="zlib-dev" 1.9 WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html" 1.10 WGET_URL="http://matt.ucc.asn.au/dropbear/releases/$TARBALL" 1.11 @@ -20,7 +21,7 @@ 1.12 cd $src 1.13 [ -f done.dropbear-xauth.u ] || patch -p1 < ../stuff/dropbear-xauth.u 1.14 touch done.dropbear-xauth.u 1.15 - ./configure --prefix=/usr $CONFIGURE_ARGS && 1.16 + ./configure --prefix=/usr --without-pam $CONFIGURE_ARGS && 1.17 make PROGRAMS="dropbear $DROPBEARS" MULTI=1 && 1.18 install -d -m 755 $PWD/_pkg/usr/sbin && 1.19 install -m 755 dropbearmulti $PWD/_pkg/usr/sbin/dropbear &&