mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 20:46:17 +00:00
12 lines
527 B
Makefile
12 lines
527 B
Makefile
PKG_NAME="wildmidi"
|
|
PKG_VERSION="99dc051f1f729f3e6690cffeca9ed628db373114"
|
|
PKG_SHA256="5ef866a68f59afd6ee3488aa311817df1a10ee82e8c38fab4b98e78ce4fd4ccd"
|
|
PKG_LICENSE="LGPLv3"
|
|
PKG_SITE="https://github.com/Mindwerks/wildmidi"
|
|
PKG_URL="${PKG_SITE}/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain alsa-lib"
|
|
PKG_LONGDESC="WildMIDI is a simple software midi player which has a core softsynth library that can be used with other applications."
|
|
PKG_TOOLCHAIN="cmake"
|
|
|
|
PKG_CMAKE_OPTS_TARGET="WANT_PLAYER=OFF -DWANT_ALSA=ON"
|