# $Id: PKGBUILD 54696 2011-08-23 10:04:10Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: William Rea pkgname=gwenhywfar pkgver=4.2.1 pkgrel=1 pkgdesc="OS abstraction functions for various projects" arch=(i686 x86_64) url="http://www.aquamaniac.de" options=('!libtool') license=("LGPL") depends=('openssl' 'gnutls' 'libgcrypt') makedepends=('gtk2' 'qt') optdepends=('gtk2' 'qt') source=("gwenhywfar-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=01&release=63&file=01&dummy=gwenhywfar-$pkgver.tar.gz") md5sums=('b1673f601af5f07d591f6716d822275b') build() { pacman -Q gwenhywfar && return 1 cd $srcdir/gwenhywfar-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl make make DESTDIR=$pkgdir install }