mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
megaglest-source: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d0018985ab
commit
83db23325b
@ -2,25 +2,12 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build lua
|
||||
$SCRIPTS/build curl
|
||||
$SCRIPTS/build xerces-c
|
||||
$SCRIPTS/build $LIBJPEG
|
||||
$SCRIPTS/build libpng
|
||||
$SCRIPTS/build libvorbis
|
||||
$SCRIPTS/build libogg
|
||||
$SCRIPTS/build SDL
|
||||
$SCRIPTS/build openal-soft
|
||||
$SCRIPTS/build libX11
|
||||
$SCRIPTS/build Mesa
|
||||
|
||||
# ensure we dont use fast-math optimization.
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-ffast-math||"`
|
||||
CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-ffast-math||"`
|
||||
|
||||
# hack for wrong ar implementatition
|
||||
unset AR
|
||||
unset AR
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
|
14
packages/addons/games/megaglest-source/meta
Normal file
14
packages/addons/games/megaglest-source/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="megaglest-source"
|
||||
PKG_VERSION="3.3.5"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.glest.org"
|
||||
PKG_URL="http://downloads.sourceforge.net/project/megaglest/current_release/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="curl xerces-c $LIBJPEG libpng libvorbis libogg SDL openal-soft libX11 Mesa"
|
||||
PKG_BUILD_DEPENDS="toolchain lua curl xerces-c $LIBJPEG libpng libvorbis libogg SDL openal-soft libX11 Mesa"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="games"
|
||||
PKG_SHORTDESC="(Game) MegaGlest: a free 3D real-time strategy game"
|
||||
PKG_LONGDESC="Glest is a free 3D real-time strategy game, where you control the armies of two different factions: Tech, which is mainly composed of warriors and mechanical devices, and Magic, that prefers mages and summoned creatures in the battlefield."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://downloads.sourceforge.net/project/megaglest/current_release/megaglest-source-3.3.5.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user