From 197fe731cd91b5852e04c9038f2532a53b950c1b Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Sat, 4 Sep 2010 16:54:24 -0700 Subject: libxml:Bumped/Updated for LinHES 7. --- abs/core-testing/libxml2/PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/abs/core-testing/libxml2/PKGBUILD b/abs/core-testing/libxml2/PKGBUILD index 8123cfc..d61e61e 100644 --- a/abs/core-testing/libxml2/PKGBUILD +++ b/abs/core-testing/libxml2/PKGBUILD @@ -1,22 +1,25 @@ -# $Id: PKGBUILD 26966 2009-02-14 23:57:37Z jgc $ +# $Id: PKGBUILD 73765 2010-03-28 13:12:08Z jgc $ # Maintainer: Jan de Groot # Contributor: John Proctor pkgname=libxml2 -pkgver=2.7.3 +pkgver=2.7.7 pkgrel=1 pkgdesc="XML parsing library, version 2" arch=(i686 x86_64) license=('custom') -depends=('zlib>=1.2.3.3' 'readline>=5.2.013' 'ncurses>=5.7') +depends=('zlib>=1.2.4' 'readline>=6.1' 'ncurses>=5.7') makedepends=('python') options=('!libtool') url="http://www.xmlsoft.org/" -source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('8f4fda3969237c2a33bdb1583b5d06b2') +source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz + largefile64.patch) +md5sums=('9abc9959823ca9ff904f1fbcf21df066' + '5ad4915665608ebfa5b89f7908467a72') build() { cd "${srcdir}/${pkgname}-${pkgver}" + patch -Np1 -i "${srcdir}/largefile64.patch" || return 1 ./configure --prefix=/usr --with-threads --with-history || return 1 make || return 1 make DESTDIR="${pkgdir}" install || return 1 -- cgit v0.12