summaryrefslogtreecommitdiff
path: root/community-testing/gwenhywfar/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/gwenhywfar/PKGBUILD')
-rw-r--r--community-testing/gwenhywfar/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community-testing/gwenhywfar/PKGBUILD b/community-testing/gwenhywfar/PKGBUILD
deleted file mode 100644
index 1512a7eb1..000000000
--- a/community-testing/gwenhywfar/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 53745 2011-08-07 22:06:07Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: William Rea <sillywilly@gmail.com>
-
-pkgname=gwenhywfar
-pkgver=4.2.0
-pkgrel=2
-pkgdesc="OS abstraction functions for various projects"
-arch=(i686 x86_64)
-url="http://www.aquamaniac.de"
-options=('!libtool')
-license=("LGPL")
-depends=('openssl' 'gnutls')
-makedepends=('gtk2' 'qt')
-optdepends=('gtk2' 'qt')
-source=("gwenhywfar-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=01&release=62&file=01&dummy=gwenhywfar-$pkgver.tar.gz")
-md5sums=('62d15e090a0c21bc9d22489ceaaadfde')
-
-build() {
- pacman -Q gwenhywfar && return 1
- cd $srcdir/gwenhywfar-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl
- make
- make DESTDIR=$pkgdir install
-}