summaryrefslogtreecommitdiffstats
path: root/extra/libxml2/Pkgfile
diff options
context:
space:
mode:
authorsibelle <lesibel@free.fr>2010-03-08 06:55:28 +0100
committersibelle <lesibel@free.fr>2010-03-08 06:55:28 +0100
commitb85352770005fa6adbcfae38871e7fe31d4de296 (patch)
tree10ec83ef4d679d2b1af16b0a1bc066e8a8def2ca /extra/libxml2/Pkgfile
parentfac2ae4b5bd1e813bd87cf0d93cf8772613ab03e (diff)
downloadnutyx-extra-b85352770005fa6adbcfae38871e7fe31d4de296.tar.gz
nutyx-extra-b85352770005fa6adbcfae38871e7fe31d4de296.tar.bz2
nutyx-extra-b85352770005fa6adbcfae38871e7fe31d4de296.tar.xz
nutyx-extra-b85352770005fa6adbcfae38871e7fe31d4de296.zip
Maj de libxml2#2.7.6-2
Diffstat (limited to 'extra/libxml2/Pkgfile')
-rwxr-xr-xextra/libxml2/Pkgfile12
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/libxml2/Pkgfile b/extra/libxml2/Pkgfile
index 9fb4af48e..90353ce81 100755
--- a/extra/libxml2/Pkgfile
+++ b/extra/libxml2/Pkgfile
@@ -2,16 +2,20 @@
# URL: http://xmlsoft.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: python
+# Depends on: python, zlib, readline, ncurses
name=libxml2
version=2.7.6
-release=1
-source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz)
-
+release=2
+source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz \
+ largefile64.patch \
+ zlib.patch )
build() {
cd $name-$version
+ patch -Np1 -i "$SRC/largefile64.patch"
+ patch -p1 -i "$SRC/zlib.patch"
+
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info