libraries/podofo: Updated for version 0.8.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
8d343cae35
commit
8a1e0ce172
|
@ -5,7 +5,7 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=podofo
|
||||
VERSION=0.8.2
|
||||
VERSION=0.8.4
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -51,7 +51,8 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
mkdir build && cd build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Unix Makefiles" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="podofo"
|
||||
VERSION="0.8.2"
|
||||
VERSION="0.8.4"
|
||||
HOMEPAGE="http://podofo.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/podofo/podofo-0.8.2.tar.gz"
|
||||
MD5SUM="25d79f126a20680d69f95d33068f8599"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/podofo/podofo-0.8.4.tar.gz"
|
||||
MD5SUM="7c366656928cb7919d75bdfdf903d5d5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
podofo: PoDoFo (a library to work with the PDF file format)
|
||||
podofo:
|
||||
podofo:
|
||||
podofo: The name comes from the first letter of PDF (Portable Document Format)
|
||||
podofo: The PoDoFo library is a free, portable C++ library which includes
|
||||
podofo: classes to parse PDF files and modify their contents into memory
|
||||
podofo: The parser can also be used to extract information from a PDF file
|
||||
podofo: (for example, the parser could be used in a PDF viewer).
|
||||
podofo:
|
||||
podofo:
|
||||
podofo: Homepage: http://podofo.sourceforge.net/
|
||||
podofo:
|
||||
podofo:
|
||||
|
|
Loading…
Reference in New Issue