wok diff putty/receipt @ rev 10488

pidgin-libnotify: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 13:04:06 2011 +0200 (2011-05-25)
parents ee745611c18f
children 7c98f95e0b86
line diff
     1.1 --- a/putty/receipt	Wed Mar 02 16:30:51 2011 +0000
     1.2 +++ b/putty/receipt	Wed May 25 13:04:06 2011 +0200
     1.3 @@ -5,15 +5,16 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="A free telnet/SSH client."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.8 +WEB_SITE="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
     1.9 +#WGET_URL="http://putty.linux-mirror.org/latest/$TARBALL"
    1.10 +WGET_URL="http://tartarus.org/~simon/putty-snapshots/$TARBALL"
    1.11 +
    1.12  DEPENDS="glibc-base expat zlib gtk+ atk cairo freetype fontconfig glib \
    1.13  libgio pango pixman libpng libxcb xcb-util xorg-libX11 xorg-libXau \
    1.14  xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \
    1.15  xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender krb5 libcomerr3"
    1.16  BUILD_DEPENDS="gtk+-dev imagemagick python perl krb5-dev"
    1.17 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
    1.19 -#WGET_URL="http://putty.linux-mirror.org/latest/$TARBALL"
    1.20 -WGET_URL="http://tartarus.org/~simon/putty-snapshots/$TARBALL"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24 @@ -29,7 +30,7 @@
    1.25  	cd $src/unix &&
    1.26  
    1.27  	sed -e 's/-Werror//g' -i configure &&
    1.28 -	./configure &&
    1.29 +	./configure $CONFIGURE_ARGS &&
    1.30  	make XFLAGS=-DTELNET_DEFAULT &&
    1.31  	make install
    1.32  }