matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / duma / duma_2.5.7.bb
blob4b05ab348223e872de771af1a0c5f662a94d4243
1 DESCRIPTION = "A Red-Zone memory allocator to detect unintended memory access"
2 HOMEPAGE = "http://duma.sourceforge.net"
3 LICENSE = "GPL LGPL"
4 SECTION = "devel"
5 DEPENDS = "qemu-native"
7 SRC_URI = "${SOURCEFORGE_MIRROR}/duma/duma_2_5_7.tar.gz"
9 S = "${WORKDIR}/duma_2_5_7"
11 EXTRA_OECONF = "-e"
13 do_configure () {
14 oe_runmake createconf
15 qemu-${TARGET_ARCH} -L ${STAGING_DIR_HOST} ./createconf
18 do_compile () {
19 oe_runmake libduma.a libduma.so.0.0
22 do_install () {
23 install -d ${D}${base_bindir}
24 install -d ${D}${base_libdir}
25 install -d ${D}${mandir}/man3
26 oe_runmake install prefix="${D}" MAN_INSTALL_DIR="${D}${mandir}/man3"
29 SRC_URI[md5sum] = "d3e981cdc2b78de652215da9b4ac399f"
30 SRC_URI[sha256sum] = "6d851f4117002d3523354b70c3f9be4abe5325b084ff54d01ac6daa5ce9a5944"