# Contributor: Bernhard Walle # Maintainer: Ronny Steiner # AUR Category: office pkgname=ffgtk pkgver=0.7.94 pkgrel=1 pkgdesc="FRITZ!Box Fax-Software and Call-Monitor" url="http://www.tabos.org/ffgtk" license=('GPL') depends=('libcapi20' 'capifax>=0.7.3-4' 'spandsp' 'libao' 'libsndfile' 'speex') makedepends=('libcapi20' 'spandsp' 'intltool' 'libao' 'libsndfile' 'speex') conflicts=('ffgtk-svn') arch=('i686' 'x86_64') source=(http://www.tabos.org/ffgtk/download/${pkgname}-${pkgver}.tar.bz2) md5sums=('1b8776178debb14e1c228caeeabd1dde' 'd6ae60ca529d0679c3231c713068e423') install=('ffgtk.install') build() { cd ${srcdir}/${pkgname}-${pkgver} ./autogen.sh ./configure --prefix=/usr --sysconfdir=/etc --with-gnome-keyring=no make make DESTDIR=${pkgdir} install }