summaryrefslogtreecommitdiff
path: root/community/gq
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gq
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gq')
-rw-r--r--community/gq/PKGBUILD23
-rw-r--r--community/gq/gq.install12
2 files changed, 0 insertions, 35 deletions
diff --git a/community/gq/PKGBUILD b/community/gq/PKGBUILD
deleted file mode 100644
index 2f91bca12..000000000
--- a/community/gq/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $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
-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')
-install=gq.install
-source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz)
-md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- LDFLAGS=-lcrypto ./configure --prefix=/usr --disable-debugging --disable-update-mimedb
- make
- make DESTDIR=$pkgdir install
-}
diff --git a/community/gq/gq.install b/community/gq/gq.install
deleted file mode 100644
index 895935dc6..000000000
--- a/community/gq/gq.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-mime-database usr/share/mime
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-