The Qpdf package contains command-line programs and library that do structural, content-preserving transformations on PDF files.
This package is known to build and work properly using an LFS-7.3 platform.
Download (HTTP): http://downloads.sourceforge.net/qpdf/qpdf-4.1.0.tar.gz
Download MD5 sum: eedd61acc53744446d181429651a9baf
Download size: 4.9 MB
Estimated disk space required: 80 MB
Estimated build time: 0.6 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/qpdf
Install Qpdf by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root user:
make docdir=/usr/share/doc/qpdf-4.1.0 install
--disable-static: This
switch prevents installation of static versions of the libraries.
Last updated on 2013-05-19 10:07:40 +0000