mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
move package mednafen:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
2931fdbcca
commit
9b57606199
@ -1,46 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build SDL
|
|
||||||
$SCRIPTS/build SDL_net
|
|
||||||
$SCRIPTS/build libcdio
|
|
||||||
$SCRIPTS/build libsndfile
|
|
||||||
$SCRIPTS/build alsa-lib
|
|
||||||
$SCRIPTS/build zlib
|
|
||||||
|
|
||||||
cd $BUILD/$1*
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--localstatedir=/var \
|
|
||||||
--x-includes="$SYSROOT_PREFIX/usr/include" \
|
|
||||||
--x-libraries="$SYSROOT_PREFIX/usr/lib" \
|
|
||||||
--disable-rath \
|
|
||||||
--disable-nls \
|
|
||||||
--enable-threads=posix \
|
|
||||||
--disable-debugger \
|
|
||||||
--disable-cjk-fonts \
|
|
||||||
--enable-gb \
|
|
||||||
--enable-gba \
|
|
||||||
--enable-lynx \
|
|
||||||
--enable-nes \
|
|
||||||
--enable-ngp \
|
|
||||||
--enable-pce \
|
|
||||||
--enable-pcfx \
|
|
||||||
--enable-sms \
|
|
||||||
--enable-wswan \
|
|
||||||
--enable-alsa \
|
|
||||||
--disable-alsatest \
|
|
||||||
--disable-jack \
|
|
||||||
--with-gnu-ld \
|
|
||||||
--with-x \
|
|
||||||
--without-libiconv-prefix \
|
|
||||||
--without-libpth-prefix \
|
|
||||||
--without-libintl-prefix
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$STRIP src/$1
|
|
@ -1,10 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install SDL
|
|
||||||
$SCRIPTS/install SDL_net
|
|
||||||
$SCRIPTS/install alsa-lib
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
|
||||||
cp $BUILD/$1*/src/$1 $INSTALL/usr/bin
|
|
@ -1 +0,0 @@
|
|||||||
http://switch.dl.sourceforge.net/sourceforge/mednafen/mednafen-0.8.B.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user