abiword: add 2.8.3
[openembedded.git] / recipes / libmikmod / libmikmod_3.1.12.bb
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"
5 PR = "r3"
6
7 SRC_URI = "\
8   ${SOURCEFORGE_MIRROR}/mikmod/libmikmod-${PV}.tar.gz \
9   file://m4.patch;patch=1 \
10   file://autofoo.patch;patch=1 \
11   file://ldflags.patch;patch=1 \
12 "
13
14 inherit autotools binconfig
15
16 EXTRA_OECONF = "\
17   --disable-af \
18   --enable-alsa \
19   --disable-esd \
20   --enable-oss \
21   --disable-sam9407 \
22   --disable-ultra \
23   --disable-esdtest \
24   --enable-threads \
25 "
26