wok-next diff dropbear/receipt @ rev 1439
update BUILD_DEPENDS for bastet dropbear enchant gamin htop lame and nano
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 02 13:37:38 2008 +0000 (2008-10-02) |
parents | c8fcc267ac25 |
children | 084e570de711 |
line diff
1.1 --- a/dropbear/receipt Wed Sep 24 21:08:29 2008 +0200 1.2 +++ b/dropbear/receipt Thu Oct 02 13:37:38 2008 +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 +BUILD_DEPENDS="zlib-dev" 1.8 WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html" 1.9 WGET_URL="http://matt.ucc.asn.au/dropbear/releases/$TARBALL" 1.10 CONFIG_FILES="/etc/dropbear" 1.11 @@ -18,14 +19,14 @@ 1.12 DROPBEARS="dropbearkey dropbearconvert dbclient scp" 1.13 cd $src 1.14 patch -p1 < ../stuff/dropbear-xauth.u 1.15 - ./configure --prefix=/usr $CONFIGURE_ARGS 1.16 - make PROGRAMS="dropbear $DROPBEARS" MULTI=1 1.17 - install -d -m 755 $PWD/_pkg/usr/sbin 1.18 - install -m 755 dropbearmulti $PWD/_pkg/usr/sbin/dropbear 1.19 - chown root $PWD/_pkg/usr/sbin/dropbear 1.20 - chgrp 0 $PWD/_pkg/usr/sbin/dropbear 1.21 - install -d -m 755 $PWD/_pkg/usr/bin 1.22 - for i in $DROPBEARS ssh; do 1.23 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.24 + make PROGRAMS="dropbear $DROPBEARS" MULTI=1 && 1.25 + install -d -m 755 $PWD/_pkg/usr/sbin && 1.26 + install -m 755 dropbearmulti $PWD/_pkg/usr/sbin/dropbear && 1.27 + chown root $PWD/_pkg/usr/sbin/dropbear && 1.28 + chgrp 0 $PWD/_pkg/usr/sbin/dropbear && 1.29 + install -d -m 755 $PWD/_pkg/usr/bin && 1.30 + for i in $DROPBEARS ssh; do && 1.31 ln -s ../sbin/dropbear $PWD/_pkg/usr/bin/$i 1.32 done 1.33 }