updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / ffgtk / PKGBUILD
blobc9a359c7f0e2f04a032a20e3e0a6d2eb41938efe
1 # Contributor: Bernhard Walle <bernhard.walle@gmx.de>
2 # Maintainer: Ronny Steiner <post@sirsteiner.de>
3 # AUR Category: office
4 pkgname=ffgtk
5 pkgver=0.7.8
6 pkgrel=2
7 pkgdesc="FRITZ!Box Fax-Software and Call-Monitor"
8 url="http://www.tabos.org/ffgtk"
9 license="GPL"
10 depends=('libcapi20' 'capifax>=0.7.3-4' 'spandsp' 'libao' 'libsndfile' 'speex')
11 makedepends=('libcapi20' 'spandsp' 'intltool' 'libao' 'libsndfile' 'speex')
12 conflicts=('ffgtk-svn')
13 arch=(i686 x86_64)
14 source=(http://www.tabos.org/ffgtk/download/${pkgname}-${pkgver}.tar.bz2 patch_plugins.txt)
15 md5sums=('e23de494510a96f515fdfe7e20292c59' 'd6ae60ca529d0679c3231c713068e423')
16 install=('ffgtk.install')
18 build() {
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
23   ./autogen.sh
24   ./configure --prefix=/usr --sysconfdir=/etc --with-gnome-keyring=no
25   make || return 1
26   make DESTDIR=${pkgdir} install || return 1