# HG changeset patch # User Christopher Rogers # Date 1306027617 0 # Node ID 7a71651655dca37bedc0b2cf4406b91a47dcfa17 # Parent 55a190b3e32d5283d6615b1c83a54460f77e72ac putty: Add $CONFIGURE_ARGS. diff -r 55a190b3e32d -r 7a71651655dc putty/receipt --- a/putty/receipt Sun May 22 01:25:04 2011 +0000 +++ b/putty/receipt Sun May 22 01:26:57 2011 +0000 @@ -5,15 +5,16 @@ CATEGORY="utilities" SHORT_DESC="A free telnet/SSH client." MAINTAINER="rcx@zoominternet.net" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" +#WGET_URL="http://putty.linux-mirror.org/latest/$TARBALL" +WGET_URL="http://tartarus.org/~simon/putty-snapshots/$TARBALL" + DEPENDS="glibc-base expat zlib gtk+ atk cairo freetype fontconfig glib \ libgio pango pixman libpng libxcb xcb-util xorg-libX11 xorg-libXau \ xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \ xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender krb5 libcomerr3" BUILD_DEPENDS="gtk+-dev imagemagick python perl krb5-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" -#WGET_URL="http://putty.linux-mirror.org/latest/$TARBALL" -WGET_URL="http://tartarus.org/~simon/putty-snapshots/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -29,7 +30,7 @@ cd $src/unix && sed -e 's/-Werror//g' -i configure && - ./configure && + ./configure $CONFIGURE_ARGS && make XFLAGS=-DTELNET_DEFAULT && make install }