mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
3767262f9e
In this way meta-oe recipes will be parsed correctly in yocto. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
17 lines
770 B
BlitzBasic
17 lines
770 B
BlitzBasic
DESCRIPTION = "The Audio File Library provides a uniform and elegant \
|
|
API for accessing a variety of audio file formats, such as AIFF/AIFF-C, \
|
|
WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual \
|
|
Research, Amiga IFF/8SVX, and NIST SPHERE."
|
|
HOMEPAGE = "http://www.68k.org/~michael/audiofile/"
|
|
SECTION = "libs"
|
|
LICENSE = "LGPLv2 & GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
|
|
file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
|
PR = "r0"
|
|
|
|
SRC_URI = "http://www.68k.org/~michael/audiofile/${PN}-${PV}.tar.gz"
|
|
SRC_URI[md5sum] = "a39be317a7b1971b408805dc5e371862"
|
|
SRC_URI[sha256sum] = "a61c4036c2600a645843f16bec4be166093a9df5f15b02c85291213aa9cf15a2"
|
|
|
|
inherit autotools lib_package binconfig
|