Skip to content

Commit 24be7d8

Browse files
committed
dosbox: add core back
1 parent 9154851 commit 24be7d8

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

distributions/Lakka/options

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217
desmume_2015 \
218218
dinothawr \
219219
dolphin \
220+
dosbox \
220221
dosbox_pure \
221222
dosbox_svn \
222223
easyrpg \
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PKG_NAME="dosbox"
2+
PKG_VERSION="b7b24262c282c0caef2368c87323ff8c381b3102"
3+
PKG_LICENSE="GPLv2"
4+
PKG_SITE="https://github.com/libretro/dosbox-libretro"
5+
PKG_URL="${PKG_SITE}.git"
6+
PKG_DEPENDS_TARGET="toolchain"
7+
PKG_LONGDESC="libretro wrapper for the DOSBox emulator"
8+
PKG_TOOLCHAIN="make"
9+
10+
PKG_MAKE_OPTS_TARGET="-f Makefile.libretro"
11+
12+
makeinstall_target() {
13+
mkdir -p ${INSTALL}/usr/lib/libretro
14+
cp -v dosbox_libretro.so ${INSTALL}/usr/lib/libretro/
15+
}
16+

0 commit comments

Comments
 (0)