diff options
author | sibel <lesibel@free.fr> | 2010-12-28 15:56:45 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-28 15:56:45 +0000 |
commit | 9b03b778045ba130073a3ab25e3112619ca84144 (patch) | |
tree | 803579b8bbd716f3b44add36b1a35534f47258a6 /extra/libxml2/Pkgfile | |
parent | dd1407d464d8b00736805c6a2086f668effe8e0b (diff) | |
download | nutyx-pakxe-9b03b778045ba130073a3ab25e3112619ca84144.tar.gz nutyx-pakxe-9b03b778045ba130073a3ab25e3112619ca84144.tar.bz2 nutyx-pakxe-9b03b778045ba130073a3ab25e3112619ca84144.tar.xz nutyx-pakxe-9b03b778045ba130073a3ab25e3112619ca84144.zip |
libxml2#2.7.8-1, maj port
Diffstat (limited to 'extra/libxml2/Pkgfile')
-rwxr-xr-x | extra/libxml2/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/libxml2/Pkgfile b/extra/libxml2/Pkgfile index 505c92948..c00452fc6 100755 --- a/extra/libxml2/Pkgfile +++ b/extra/libxml2/Pkgfile @@ -5,7 +5,7 @@ # Depends on: python name=libxml2 -version=2.7.7 +version=2.7.8 release=1 source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz \ largefile64.patch \ @@ -18,7 +18,8 @@ build() { ./configure --prefix=/usr \ --mandir=/usr/share/man \ - --infodir=/usr/share/info + --infodir=/usr/share/info \ + --with-python=/usr/bin/python2.7 make make DESTDIR=$PKG install rm -rf $PKG/usr/share/{doc,gtk-doc} |