summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/libxml2
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 23:54:24 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 23:54:24 (GMT)
commit197fe731cd91b5852e04c9038f2532a53b950c1b (patch)
tree2b3640b601ce9ef342cebaa1bcd059c39c27d13e /abs/core-testing/libxml2
parent79c4bd48688138406ca63ddaac95948944cb51d5 (diff)
downloadlinhes_pkgbuild-197fe731cd91b5852e04c9038f2532a53b950c1b.zip
linhes_pkgbuild-197fe731cd91b5852e04c9038f2532a53b950c1b.tar.gz
linhes_pkgbuild-197fe731cd91b5852e04c9038f2532a53b950c1b.tar.bz2
libxml:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/libxml2')
-rw-r--r--abs/core-testing/libxml2/PKGBUILD13
1 files 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 <jgc@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>
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