diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:42:35 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:42:35 +0200 |
commit | 3629a7611c4c39b6442b68aeafdb386617795408 (patch) | |
tree | 3829a52b91d33611319b334b38747caad231efcd /base/libxml2/Pkgfile | |
parent | 70b22aedcb3a94e9c6a50d3ba02a5d18b02fadda (diff) | |
download | nutyx-extra-3629a7611c4c39b6442b68aeafdb386617795408.tar.gz nutyx-extra-3629a7611c4c39b6442b68aeafdb386617795408.tar.bz2 nutyx-extra-3629a7611c4c39b6442b68aeafdb386617795408.tar.xz nutyx-extra-3629a7611c4c39b6442b68aeafdb386617795408.zip |
libxml2 dans extra
Diffstat (limited to 'base/libxml2/Pkgfile')
-rwxr-xr-x | base/libxml2/Pkgfile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/base/libxml2/Pkgfile b/base/libxml2/Pkgfile deleted file mode 100755 index 924ed82eb..000000000 --- a/base/libxml2/Pkgfile +++ /dev/null @@ -1,29 +0,0 @@ -# Description: Librairie pour XML version 2 -# URL: http://xmlsoft.org/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: -# Run on: - -name=libxml2 -version=2.7.8 -release=2 -source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz \ - largefile64.patch \ - shared_library_versionning.patch ) - -build() { - cd $name-$version - patch -Np1 -i $SRC/largefile64.patch - patch -Np1 -i $SRC/shared_library_versionning.patch - - autoreconf -fi - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --with-python=/usr/bin/python2.7 - make - make DESTDIR=$PKG install - rm -rf $PKG/usr/share/{doc,gtk-doc} -} - |