1 # Contributor: Bernhard Walle <bernhard.walle@gmx.de>
2 # Maintainer: Ronny Steiner <post@sirsteiner.de>
7 pkgdesc="FRITZ!Box Fax-Software and Call-Monitor"
8 url="http://www.tabos.org/ffgtk"
10 depends=('libcapi20' 'capifax>=0.7.3-4' 'spandsp' 'libao' 'libsndfile' 'speex')
11 makedepends=('libcapi20' 'spandsp' 'intltool' 'libao' 'libsndfile' 'speex')
12 conflicts=('ffgtk-svn')
14 source=(http://www.tabos.org/ffgtk/download/${pkgname}-${pkgver}.tar.bz2 patch_plugins.txt)
15 md5sums=('e23de494510a96f515fdfe7e20292c59' 'd6ae60ca529d0679c3231c713068e423')
16 install=('ffgtk.install')
19 cd ${srcdir}/${pkgname}-${pkgver}
20 # mv ./ffgtk/Makefile.am ./ffgtk/Makefile.am.orig
21 # sed -e 's/ -Werror//' ./ffgtk/Makefile.am.orig > ./ffgtk/Makefile.am
22 patch ./plugins/Makefile.am <../../patch_plugins.txt
24 ./configure --prefix=/usr --sysconfdir=/etc --with-gnome-keyring=no
26 make DESTDIR=${pkgdir} install || return 1