wok diff dropbear/receipt @ rev 2821

Add lcms (Light color management)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 29 21:19:45 2009 +0200 (2009-04-29)
parents ebf2041fbd1f
children a975000773d0
line diff
     1.1 --- a/dropbear/receipt	Mon Feb 09 09:44:28 2009 +0000
     1.2 +++ b/dropbear/receipt	Wed Apr 29 21:19:45 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dropbear"
     1.7 -VERSION="0.51"
     1.8 +VERSION="0.52"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Light SSH client and server."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -19,8 +19,7 @@
    1.13  	local DROPBEARS
    1.14  	DROPBEARS="dropbearkey dropbearconvert dbclient scp"
    1.15  	cd $src
    1.16 -	[ -f done.dropbear-xauth.u ] || patch -p1 < ../stuff/dropbear-xauth.u
    1.17 -	touch done.dropbear-xauth.u
    1.18 +	sed -i 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|' options.h
    1.19  	./configure --prefix=/usr --without-pam $CONFIGURE_ARGS &&
    1.20  	make PROGRAMS="dropbear $DROPBEARS" MULTI=1 &&
    1.21  	install -d -m 755 $PWD/_pkg/usr/sbin &&