mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-25 07:05:58 +00:00
14 lines
439 B
Makefile
14 lines
439 B
Makefile
PKG_NAME="dice"
|
|
PKG_VERSION="f834ce8e118cd1562adfd76fdd8f17c2710ad227"
|
|
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/
|
|
}
|