Commit 1fa1a229 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf poppler-0.65.0.tar.xz
mkdir poppler-0.65.0/build
cd poppler-0.65.0/build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTESTDATADIR=$PWD/testfiles -DENABLE_XPDF_HEADERS=ON ..
$(MAKE) -C poppler-0.65.0/build
$(MAKE) -C poppler-0.65.0/build install
install -v -m755 -d /usr/share/doc/poppler-0.65.0
cp -vr poppler-0.65.0//glib/reference/html /usr/share/doc/poppler-0.65.0
rm -rf poppler-0.65.0
headers
/usr/include/poppler/.*
bin
/usr/bin/.*
lib
/usr/lib/lib.*
pkg
/usr/lib/pkgconfig/.*
doc
/usr/share/doc/.*
man
/usr/share/man/.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment