wok diff dropbear/receipt @ rev 3390

Ren: jinja2 -> python-jinja2
author Claudinei Pereira <claudinei@slitaz.org>
date Fri Jun 12 00:00:38 2009 +0000 (2009-06-12)
parents ebf2041fbd1f
children a975000773d0
line diff
     1.1 --- a/dropbear/receipt	Mon Feb 09 09:44:28 2009 +0000
     1.2 +++ b/dropbear/receipt	Fri Jun 12 00:00:38 2009 +0000
     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 &&