diff options
Diffstat (limited to 'recipes/id3lib/id3lib_3.8.3.bb')
-rw-r--r-- | recipes/id3lib/id3lib_3.8.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/id3lib/id3lib_3.8.3.bb b/recipes/id3lib/id3lib_3.8.3.bb new file mode 100644 index 0000000000..fa6fc3c5bc --- /dev/null +++ b/recipes/id3lib/id3lib_3.8.3.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Library for interacting with ID3 tags." +SECTION = "libs/multimedia" +PRIORITY = "optional" +DEPENDS = "zlib" +LICENSE = "GPL" +PR = "r2" + +inherit autotools + +SRC_URI = "${SOURCEFORGE_MIRROR}/id3lib/id3lib-${PV}.tar.gz \ + http://ftp.de.debian.org/debian/pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-7.2.diff.gz;patch=1 \ + " + +do_stage() { + autotools_stage_all +} |