summaryrefslogtreecommitdiffstats
path: root/xpdf/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /xpdf/Pkgfile
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-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 'xpdf/Pkgfile')
-rw-r--r--xpdf/Pkgfile39
1 files changed, 39 insertions, 0 deletions
diff --git a/xpdf/Pkgfile b/xpdf/Pkgfile
new file mode 100644
index 000000000..8b55029a1
--- /dev/null
+++ b/xpdf/Pkgfile
@@ -0,0 +1,39 @@
+# Description: Permet de visionner des documents PDF
+# URL: http://www.foolabs.com/xpdf/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: lesstif
+# Run on: lesstif
+
+name=xpdf
+version=3.02
+release=1
+source=(http://gd.tuwien.ac.at/publishing/$name/$name-$version.tar.gz\
+ ftp://ftp.foolabs.com/pub/$name/$name-${version}pl1.patch \
+ ftp://ftp.foolabs.com/pub/$name/$name-${version}pl2.patch \
+ http://nutyx.meticul.eu/files/patchs/$name/{patch.patch,xpdf.desktop} )
+
+build() {
+ cd $name-$version
+ patch -Np1 -i ../$name-${version}pl1.patch
+ patch -Np1 -i ../$name-${version}pl2.patch
+# patch -Np1 -i ../patch.patch
+ sed -i 's:/usr/share/fonts/type1/gsfonts:/usr/share/fonts/Type1:' xpdf/GlobalParams.cc
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --enable-multithreaded --enable-wordlist \
+ --with-freetype2-includes=/usr/include/freetype2 \
+ --with-t1-library=/usr/lib \
+ --with-t1-includes=/usr/include \
+ --x-includes=/usr/include \
+ --with-Xm-library=/usr/lib \
+ --with-Xm-includes=/usr/include
+ make
+ make DESTDIR=$PKG install
+ install -Dm644 ../xpdf.desktop \
+ $PKG/usr/share/applications/xpdf.desktop
+ install -Dm644 xpdf/xpdfIcon.xpm \
+ $PKG/usr/share/pixmaps/xpdf.xpm
+}
+