### this file is sourced not run
PKGVER=0.70
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=putty-$PKGVER.tar.gz
MD5SUM=79ea4d468c5e43740d5c8d94f12af19c
SRC_URL=http://the.earth.li/~sgtatham/putty/$PKGVER/$TARBALL
BUNDLE=

SLACKREQ='gtk2' # 
SLACKDESC="putty: putty $PKGVER (SSH client)  
putty:  
putty: PuTTY is a free implementation of Telnet and SSH for Windows and Unix 
putty: platforms, along with an xterm terminal emulator. It is written and 
putty: maintained primarily by Simon Tatham. It is very popular on Windows 
putty: platform.  
putty: 
putty: http://www.chiark.greenend.org.uk/~sgtatham/putty/
putty: 
putty: 
putty: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/putty*/unix &&
	CONFFLAGS="$CONFFLAGS --with-gtk=2"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
