diff options
Diffstat (limited to 'recipes/raptor/raptor_1.4.21.bb')
-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" + |