1 # Contributor: Christoph Siegenthaler <csi@gmx.ch>
5 pkgdesc="Dolda Connect is a client for the Direct Connect p2p-filesharing network"
6 url="http://www.dolda2000.com/~fredrik/doldaconnect/"
9 depends=('bzip2' 'gtk2' 'pam')
10 source=(http://www.dolda2000.com/~fredrik/${pkgname}/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('f95f5909dd7758c8d853bc2314506bf1')
15 cd $startdir/src/$pkgname-$pkgver
16 ./configure --prefix=/usr --sysconfdir=/etc --without-krb5 --enable-gtk2ui \
17 --enable-gtk2pbar --without-guile || return 1
19 make DESTDIR=$startdir/pkg install || return 1