mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
13 lines
439 B
Makefile
13 lines
439 B
Makefile
PKG_NAME="dice"
|
|
PKG_VERSION="0b49c6956b6507a44c4798a1de2106f06c00cf92"
|
|
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/
|
|
}
|