diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
commit | 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch) | |
tree | 819b14ab0377fe2054fe59866669d904e9e0b4b5 /extra/poppler/Pkgfile | |
parent | c9972ec7f32bf9d37388e853fe9bf633e242d05a (diff) | |
download | nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2 nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip |
split de git pakxe et NuTyX-extra
Diffstat (limited to 'extra/poppler/Pkgfile')
-rwxr-xr-x | extra/poppler/Pkgfile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/extra/poppler/Pkgfile b/extra/poppler/Pkgfile deleted file mode 100755 index 5c87c62cb..000000000 --- a/extra/poppler/Pkgfile +++ /dev/null @@ -1,34 +0,0 @@ -# Description: Contient une librairie pour le rendu des fichiers pdf -# URL: http://poppler.freedesktop.org/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: fontconfig, libjpeg, cairo, libxml2, openjpeg, lcms -# Run on: fontconfig,libjpeg,cairo,libxml2,openjpeg,lcms - -name=poppler -version=0.18.0 -#0.16.7 -release=1 -source=(http://poppler.freedesktop.org/$name-$version.tar.gz \ - http://poppler.freedesktop.org/poppler-data-0.4.5.tar.gz) - -build() { - cd poppler-$version - sed -i -e '/AC_PATH_XTRA/d' configure.ac - autoreconf - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static \ - --enable-cairo-output \ - --enable-xpdf-headers \ - --enable-libjpeg --enable-zlib \ - --disable-poppler-qt4 \ - --disable-poppler-glib - make - sed -e 's/^glib_subdir =.*/glib_subdir =/' \ - -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile - - make DESTDIR=$PKG install - - rm -f $PKG/usr/lib/pkgconfig/poppler-{glib,qt4}.pc -} - |