diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-14 21:27:49 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-14 21:27:49 +0200 |
commit | 01e8e9f325d8d251e852e7a5704b5fe50880e1ad (patch) | |
tree | 4fa5b2020fb1f27b536db657b38ed6de86452534 | |
parent | cc64a6bbf5fb3e2a1fbc63860d19d3f23fabdeb7 (diff) |
raptor: added recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/raptor/raptor_1.4.21.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/raptor/raptor_1.4.21.bb b/recipes/raptor/raptor_1.4.21.bb new file mode 100644 index 0000000000..edceff9379 --- /dev/null +++ b/recipes/raptor/raptor_1.4.21.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Raptor RDF Parser Library" +SECTION = "libs" +HOMEPAGE = "http://librdf.org/raptor/" +LICENSE = "LGPL 2.1/GPL 2/Apache 2.0" +PR = "r0" +SRC_URI = "http://download.librdf.org/source/raptor-${PV}.tar.gz" + +inherit autotools pkgconfig + +SRC_URI[md5sum] = "992061488af7a9e2d933df6b694bb876" +SRC_URI[sha256sum] = "db3172d6f3c432623ed87d7d609161973d2f7098e3d2233d0702fbcc22cfd8ca" + |