Date: Saturday, January 28, 2012 @ 22:57:21 Author: eric Revision: 147955
upgpkg: capi4hylafax 010300-5 Rebuild against libpng 1.5 and libtiff 4.0, Add dialog depends Modified: capi4hylafax/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-01-29 03:55:38 UTC (rev 147954) +++ PKGBUILD 2012-01-29 03:57:21 UTC (rev 147955) @@ -3,12 +3,12 @@ pkgname=capi4hylafax pkgver=010300 -pkgrel=4 +pkgrel=5 pkgdesc="capi plugin for hylafax to enable isdn faxing" arch=(i686 x86_64) url="ftp://ftp.avm.de/tools" license=('GPL') -depends=('glibc' 'capi4k-utils' 'hylafax' 'gcc-libs' 'libtiff') +depends=('glibc' 'capi4k-utils' 'hylafax' 'gcc-libs' 'libtiff' 'dialog') source=(ftp://ftp.avm.de/tools/capi4hylafax.linux/capi4hylafax-01.03.00.tar.gz config.faxCAPI capi4hylafax.rc) md5sums=('d37dc652ac80d1525ef8693be55ee67f' @@ -21,6 +21,7 @@ cd "$srcdir"/$pkgname-01.03.00 # fix config file sed -i -e 's#/etc/config.faxCAPI#/var/spool/hylafax/etc/config.faxCAPI#g' src/defaults.h.in + autoreconf --force --install ./configure make }
