# $Id: PKGBUILD 54457 2011-08-18 15:06:59Z bluewind $ # Maintainer: Sergej Pupykin # Maintainer: William Rea pkgname=gwenhywfar pkgver=4.2.0 pkgrel=2 pkgdesc="OS abstraction functions for various projects" arch=(i686 x86_64 'mips64el') 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 }