summaryrefslogtreecommitdiffstats
path: root/extra/poppler/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/poppler/Pkgfile
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/poppler/Pkgfile')
-rwxr-xr-xextra/poppler/Pkgfile34
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
-}
-