19 lines
516 B
Bash
19 lines
516 B
Bash
# Template file for 'putty'
|
|
pkgname=putty
|
|
version=0.67
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="gtk+-devel"
|
|
short_desc="A Free Telnet/SSH Client"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
|
|
distfiles="http://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz"
|
|
checksum=80192458e8a46229de512afeca5c757dd8fce09606b3c992fbaeeee29b994a47
|
|
|
|
CFLAGS="-Wno-error"
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|