diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2011-10-24 16:45:10 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-01 08:55:23 +0100 |
commit | e121944c38d07a2e7357b1099173fd630f05ef87 (patch) | |
tree | 3571c26b6026da3bb60c71711e9f7828b466ab71 /meta-oe/recipes-multimedia | |
parent | 7206edddeb3c23d1c0efcce85ceb63d7e896b0c3 (diff) | |
download | meta-openembedded-e121944c38d07a2e7357b1099173fd630f05ef87.tar.gz |
id3lib: Import from openembedded classic
Added LIC_FILES_CHKSUM, and fixed LICENSE
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb b/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb new file mode 100644 index 0000000000..9be4ffb9ef --- /dev/null +++ b/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "Library for interacting with ID3 tags." | ||
2 | SECTION = "libs/multimedia" | ||
3 | PRIORITY = "optional" | ||
4 | DEPENDS = "zlib" | ||
5 | LICENSE = "GPLv2+" | ||
6 | LIC_FILES_CHKSUM = "files://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
7 | PR = "r0" | ||
8 | |||
9 | inherit autotools | ||
10 | |||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/id3lib/id3lib-${PV}.tar.gz;name=archive \ | ||
12 | http://ftp.de.debian.org/debian/pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-7.2.diff.gz;name=patch \ | ||
13 | " | ||
14 | |||
15 | SRC_URI[archive.md5sum] = "19f27ddd2dda4b2d26a559a4f0f402a7" | ||
16 | SRC_URI[archive.sha256sum] = "2749cc3c0cd7280b299518b1ddf5a5bcfe2d1100614519b68702230e26c7d079" | ||
17 | SRC_URI[patch.md5sum] = "805c0320a2efb21c40ce06fa13cd7c4b" | ||
18 | SRC_URI[patch.sha256sum] = "9f03b59ccc8826a5be55a3dcde2f889067d58bdc72bf846416a198c9b933704c" | ||