[oe-commits] [meta-openembedded] 01/36: qpdf: add new recipe

git at git.openembedded.org git at git.openembedded.org
Wed Aug 10 11:48:56 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit d1c48366b24e7645bce7077d9c5e6cc42a13efe6
Author: fan.xin <fan.xin at jp.fujitsu.com>
AuthorDate: Mon Aug 1 18:46:35 2016 +0900

    qpdf: add new recipe
    
    QPDF is a command-line program that does structural,
    content-preserving transformation on PDF files.
    
    Signed-off-by: Fan Xin <fan.xin at jp.fujitsu.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-extended/qpdf/qpdf_6.0.0.bb | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/meta-oe/recipes-extended/qpdf/qpdf_6.0.0.bb b/meta-oe/recipes-extended/qpdf/qpdf_6.0.0.bb
new file mode 100644
index 0000000..34a01d7
--- /dev/null
+++ b/meta-oe/recipes-extended/qpdf/qpdf_6.0.0.bb
@@ -0,0 +1,19 @@
+SUMMARY = "CLI for 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/"
+
+DEPENDS = "libpcre zlib"
+
+LICENSE = "Artistic-2.0"
+LIC_FILES_CHKSUM = "file://Artistic-2.0;md5=7806296b9fae874361e6fb10072b7ee3"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}.tar.gz"
+SRC_URI[md5sum] = "e014bd3ecf1c4d1a520bbc14d84ac20e"
+SRC_URI[sha256sum] = "a9fdc7e94d38fcd3831f37b6e0fe36492bf79aa6d54f8f66062cf7f9c4155233"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF += "--with-random=/dev/urandom"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list