libxmp: add recipe

libxmp is a requirement for libsdl2-mixer

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk 2025-04-21 13:04:21 +02:00 committed by Khem Raj
parent e65655df42
commit 9214b0bcda
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -0,0 +1,11 @@
SUMMARY = "Extended Module Player Library"
HOMEPAGE = "http://xmp.sourceforge.net/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://README;beginline=59;md5=ea030bd80f99071b0d3f9a9f752d1ca8"
inherit cmake pkgconfig
SRC_URI = "git://github.com/libxmp/libxmp.git;protocol=https;branch=master"
SRCREV = "828ef357943e1fbb13910e7a6fca21987c5c5827"
S = "${WORKDIR}/git"