xpdf: adopted and reimported
This commit is contained in:
parent
3dc48b248c
commit
1913b7a46a
22
xpdf/.footprint
Normal file
22
xpdf/.footprint
Normal file
@ -0,0 +1,22 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
-rw-r--r-- root/root etc/xpdfrc
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/pdffonts
|
||||
-rwxr-xr-x root/root usr/bin/pdfimages
|
||||
-rwxr-xr-x root/root usr/bin/pdfinfo
|
||||
-rwxr-xr-x root/root usr/bin/pdftoppm
|
||||
-rwxr-xr-x root/root usr/bin/pdftops
|
||||
-rwxr-xr-x root/root usr/bin/pdftotext
|
||||
-rwxr-xr-x root/root usr/bin/xpdf
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/pdffonts.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pdfimages.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pdfinfo.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pdftoppm.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pdftops.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pdftotext.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/xpdf.1.gz
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/xpdfrc.5.gz
|
1
xpdf/.md5sum
Normal file
1
xpdf/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
599dc4cc65a07ee868cf92a667a913d2 xpdf-3.02.tar.gz
|
24
xpdf/Pkgfile
Normal file
24
xpdf/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
||||
# Maintainer: Antti Nykanen, aon at iki dot fi
|
||||
# Packager: Robert McMeekin, viper at mcmeekin dot info
|
||||
# Description: PDF viewer
|
||||
# URL: http://foolabs.com/xpdf
|
||||
# Depends on: lesstif, t1lib
|
||||
|
||||
name=xpdf
|
||||
version=3.02
|
||||
release=1
|
||||
source=(ftp://ftp.foolabs.com/pub/xpdf/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-Xm-library=/usr/lib \
|
||||
--with-Xm-includes=/usr/include/Xm \
|
||||
--with-freetype2-includes=/usr/include/freetype2 \
|
||||
--sysconfdir=/etc \
|
||||
--enable-a4-paper \
|
||||
--enable-opi
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
}
|
10
xpdf/README
Normal file
10
xpdf/README
Normal file
@ -0,0 +1,10 @@
|
||||
README for xpdf
|
||||
|
||||
Ghostscript is an optional dependency for xpdf. To use ghostscript
|
||||
fonts in xpdf uncomment the lines beginning with '#displayFontT1'
|
||||
in /etc/xpdfrc.
|
||||
|
||||
You can also specify additional font mappings and use TrueType fonts
|
||||
(again, see /etc/xpdfrc)
|
||||
|
||||
Thanks to Clare Johnstone for the tip.
|
Loading…
x
Reference in New Issue
Block a user