# Maintainer: Sébastien Luttringer pkgname=gq-legacy pkgver=1.0.1 pkgrel=1 pkgdesc='Interactive graphical LDAP browser' url='http://sourceforge.net/projects/gqclient' license=('GPL') depends=('libxml2' 'gtk2' 'libgnome-keyring' 'libglade' 'libldap' 'libgpg-error' 'libgcrypt') makedepends=('intltool' 'pkgconfig') conflicts=('gq') replace=('gq') arch=('i686' 'x86_64') install='gq.install' source=("http://downloads.sourceforge.net/sourceforge/gqclient/gq-$pkgver.tar.gz") md5sums=('a20345edd6951891fcd8a4934431f3c3') build() { cd gq-$pkgver ./configure --prefix=/usr --disable-debugging --disable-update-mimedb make } package() { cd gq-$pkgver make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 ft=sh et: