0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-04-24 11:15:54 +00:00
Files

14 lines
439 B
Makefile

PKG_NAME="dice"
PKG_VERSION="beb422a68dbb7f78d73b1fd6cd0807288a6613c6"
PKG_LICENSE="GPLv3"
PKG_SITE="https://github.com/mittonk/dice-libretro"
PKG_URL="${PKG_SITE}.git"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="DICE is a Discrete Integrated Circuit Emulator for games without any type of CPU."
PKG_TOOLCHAIN="make"
makeinstall_target() {
mkdir -p ${INSTALL}/usr/lib/libretro
cp -v dice_libretro.so ${INSTALL}/usr/lib/libretro/
}