summaryrefslogtreecommitdiff
path: root/community/gq/PKGBUILD
blob: 595f70f2853ce2060a45c1ad22e2bf6d53287c63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $Id: PKGBUILD 65588 2012-02-21 09:13:40Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Gergely Tamas <dice@mfa.kfki.hu>

pkgname=gq
pkgver=1.3.4
pkgrel=2.1
pkgdesc="interactive graphical LDAP browser"
url="http://sourceforge.net/projects/gqclient"
license=("GPL")
depends=('libxml2' 'gtk2' 'libgnome-keyring' 'libglade' 'libldap>=2.4.18' 'libgpg-error' 'libgcrypt')
makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
arch=('i686' 'x86_64' 'mips64el')
install=gq.install
source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz
        glib-includes.patch)
md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e'
         'fa7d0f5f40953324dba108993d004807')

build() {
  cd $srcdir/$pkgname-$pkgver
  patch -p1 -i "$srcdir/glib-includes.patch"
  LDFLAGS=-lcrypto ./configure --prefix=/usr --disable-debugging --disable-update-mimedb
  make
  make DESTDIR=$pkgdir install
}