1 # Contributor: Ross Eldridge <ptepid@ptepid.org>
5 pkgdesc="SSH and Telnet client with ZMODEM file transfer capability"
8 url="http://zssh.sourceforge.net/"
10 source=(http://switch.dl.sourceforge.net/sourceforge/zssh/$pkgname-$pkgver.tgz 04_GNU_openpty.patch)
11 md5sums=('9f140ec2705a96d6a936b7dca0e8dd13' '8132f38155298a89b72636e0e0e316d4')
14 cd $startdir/src/$pkgname-$pkgver
16 mkdir -p $startdir/pkg/usr/bin
17 mkdir -p $startdir/pkg/usr/man/man1
18 mkdir -p $startdir/pkg/usr/share/man/man1
19 patch -p1 < $startdir/04_GNU_openpty.patch
20 ./configure --prefix=$startdir/pkg/usr
23 chmod a+r $startdir/pkg/usr/bin/*
24 mv $startdir/pkg/usr/man/man1/* $startdir/pkg/usr/share/man/man1/
25 rm -rf $startdir/pkg/usr/man