diff options
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/libburn/libburn_1.4.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/libburn/libburn_1.4.0.bb b/meta-oe/recipes-multimedia/libburn/libburn_1.4.0.bb new file mode 100644 index 000000000..91fe69338 --- /dev/null +++ b/meta-oe/recipes-multimedia/libburn/libburn_1.4.0.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | SUMMARY = "Library for reading, mastering and writing optical discs" | ||
2 | HOMEPAGE = "http://libburnia-project.org/" | ||
3 | |||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | ||
6 | |||
7 | SRC_URI = "http://files.libburnia-project.org/releases/${BPN}-${PV}.tar.gz" | ||
8 | SRC_URI[md5sum] = "82ff94bb04e78eac9b12c7546f005d6f" | ||
9 | SRC_URI[sha256sum] = "6c975abae4ae1f80e47fc5d1e235f85157f73e954c84627a5ef85d8b1b95ae94" | ||
10 | |||
11 | inherit autotools pkgconfig | ||