fsogsmd: should now depend on msmcomm-specs rather than msmcommd-specs
[openembedded.git] / recipes / libmikmod / libmikmod_3.2.0-beta2.bb
blobd692f1aa12aa3733fc4d45fca07c9f3ca92c07e4
1 DESCRIPTION = "libmikmod is a module player library supporting many formats, including mod, s3m, it, and xm."
2 SECTION = "libs"
3 PRIORITY = "optional"
4 LICENSE = "LGPL"
6 PR="r2"
8 DEFAULT_PREFERENCE = "-1"
10 TARGET_CC_ARCH += "${LDFLAGS}"
12 SRC_URI = "\
13 http://mikmod.raphnet.net/files/libmikmod-${PV}.tar.gz \
14 file://m4.patch \
15 file://autofoo.patch \
18 inherit autotools binconfig
20 EXTRA_OECONF = "\
21 --disable-af \
22 --enable-alsa \
23 --disable-esd \
24 --enable-oss \
25 --disable-sam9407 \
26 --disable-ultra \
27 --disable-esdtest \
28 --enable-threads \
29 LIBRARY_LIB=-lm \
31 SRC_URI[md5sum] = "19fc0879aebd1610813a23bd84726362"
32 SRC_URI[sha256sum] = "857b66ef04d695f70414188b985e08b04f1f62cc250d72a43d0e0609dfbdba03"