* [PATCH] qpdf: add new recipe
@ 2016-08-01 8:24 Fan Xin
2016-08-01 8:40 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Fan Xin @ 2016-08-01 8:24 UTC (permalink / raw)
To: openembedded-core; +Cc: Fan Xin
QPDF is a command-line program that does structural,
content-preserving transformation on PDF files.
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
---
meta/recipes-extended/qpdf/qpdf_6.0.0.bb | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 meta/recipes-extended/qpdf/qpdf_6.0.0.bb
diff --git a/meta/recipes-extended/qpdf/qpdf_6.0.0.bb b/meta/recipes-extended/qpdf/qpdf_6.0.0.bb
new file mode 100644
index 0000000..edee741
--- /dev/null
+++ b/meta/recipes-extended/qpdf/qpdf_6.0.0.bb
@@ -0,0 +1,26 @@
+SUMMARY = "QPDF is a command-line program that does structural, content-preserving transformations on PDF files"
+DESCRIPTION = "QPDF is capable of creating linearized files and encrypted files. It is also capable of \
+converting PDF files with object streams to files with no compressed objects or to generate object streams \
+from files that don't have them. QPDF also supports a special mode designed to allow you to edit the content \
+of PDF files in a text editor."
+HOMEPAGE = "http://qpdf.sourceforge.net/"
+
+PR = "r0"
+
+RDEPENDS_${PN} = "libpcre zlib"
+
+LICENSE = "Artistic-2.0"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/qpdf-${PV}/Artistic-2.0;md5=7806296b9fae874361e6fb10072b7ee3"
+
+SRC_URI = "http://nchc.dl.sourceforge.net/project/qpdf/qpdf/6.0.0/qpdf-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "e014bd3ecf1c4d1a520bbc14d84ac20e"
+SRC_URI[sha256sum] = "a9fdc7e94d38fcd3831f37b6e0fe36492bf79aa6d54f8f66062cf7f9c4155233"
+
+inherit autotools-brokensep pkgconfig
+
+EXTRA_OECONF += "--with-random=/dev/urandom"
+
+do_configure_prepend() {
+ sh autogen.sh
+}
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-08 5:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-01 8:24 [PATCH] qpdf: add new recipe Fan Xin
2016-08-01 8:40 ` Richard Purdie
2016-08-08 5:39 ` Fan Xin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox