summaryrefslogtreecommitdiffstats
path: root/common/recipes-corpus/calgary-corpus/calgary-corpus.bb
blob: 0a91387ae6e0e2637de1dfc1ea27b6b47200f815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "Set of files for testing losless compression algorithms"
DESCRIPTION = "Set of files for testing losless compression algorithms"
HOMEPAGE = "http://corpus.canterbury.ac.nz"
SECTION = "misc"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"

# The tarball doesn't extract a directory, so ask bitbake to make one
SRC_URI = "http://corpus.canterbury.ac.nz/resources/calgary.tar.gz;subdir=${BP}"
SRC_URI[md5sum] = "651d06b35d3d39522157cf8dc4a3d01c"
SRC_URI[sha256sum] = "e109eebdc19c5cee533c58bd6a49a4be3a77cc52f84ba234a089148a4f2093b7"

do_install () {
	# do_unpack creates this directory but we don't want to install it, so
	# delete it now.
	rm -rf ${S}/patches

	install -d ${D}/lib/firmware
	install -m 664 ${S}/* ${D}/lib/firmware
}

FILES_${PN} = "/lib/firmware/*"