1 # Contributor: Conrad Nelson <yaro@marupa.net>
5 pkgdesc="A powerful MUD client written for GTK+ and support for Perl."
7 url="http://kildclient.sourceforge.net"
9 depends=('libglade' 'gtkspell' 'perl-locale-gettext')
10 source=(http://prdownloads.sourceforge.net/kildclient/$pkgname/$pkgname-$pkgver.tar.gz)
11 md5sums=('fcbb776ffc2b90cdba9ecb3f0051f733')
14 cd $srcdir/$pkgname-$pkgver
15 ./configure --prefix=/usr --mandir=/usr/man --with-gtkspell \
16 --with-libgnutls --with-docs
18 make DESTDIR=$pkgdir install