diff options
Diffstat (limited to 'meta-oe/recipes-graphics/babl/babl_0.1.10.bb')
-rw-r--r-- | meta-oe/recipes-graphics/babl/babl_0.1.10.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/babl/babl_0.1.10.bb b/meta-oe/recipes-graphics/babl/babl_0.1.10.bb new file mode 100644 index 0000000000..689c4faad2 --- /dev/null +++ b/meta-oe/recipes-graphics/babl/babl_0.1.10.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "Babl is a dynamic, any to any, pixel format conversion library." | ||
2 | LICENSE = "LGPL-3.0" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | ||
4 | |||
5 | inherit gnome | ||
6 | |||
7 | SRC_URI = "ftp://ftp.gimp.org/pub/${PN}/0.1/${PN}-${PV}.tar.bz2" | ||
8 | SRC_URI[md5sum] = "9e1542ab5c0b12ea3af076a9a2f02d79" | ||
9 | SRC_URI[sha256sum] = "943fc36ceac7dd25bc928256bc7b535a42989c6b971578146869eee5fe5955f4" | ||
10 | |||
11 | FILES_${PN} += "${libdir}/babl-*/*.so" | ||
12 | FILES_${PN}-dev += "${libdir}/babl-*/*.la" | ||
13 | FILES_${PN}-dbg += "${libdir}/babl-*/.debug/" | ||