wok-current rev 10337
putty: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 01:26:57 2011 +0000 (2011-05-22) |
parents | 55a190b3e32d |
children | 6bc8c46ebc8b |
files | putty/receipt |
line diff
1.1 --- a/putty/receipt Sun May 22 01:25:04 2011 +0000 1.2 +++ b/putty/receipt Sun May 22 01:26:57 2011 +0000 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 }