tsmd: install also a little helper script to control the touchscreen daemon
[openembedded.git] / recipes / libmikmod / libmikmod_3.2.0-beta2.bb
blobb54994b428193ce43be9ab003769d021bd216679
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 = "r3"
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 \
16 file://CVE-2010-2971.patch \
19 inherit autotools binconfig
21 EXTRA_OECONF = "\
22 --disable-af \
23 --enable-alsa \
24 --disable-esd \
25 --enable-oss \
26 --disable-sam9407 \
27 --disable-ultra \
28 --disable-esdtest \
29 --enable-threads \
30 LIBRARY_LIB=-lm \
32 SRC_URI[md5sum] = "19fc0879aebd1610813a23bd84726362"
33 SRC_URI[sha256sum] = "857b66ef04d695f70414188b985e08b04f1f62cc250d72a43d0e0609dfbdba03"