megaglest-source: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-22 20:11:31 +02:00
parent d0018985ab
commit 83db23325b
3 changed files with 15 additions and 15 deletions

View File

@ -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 \

View 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"

View File

@ -1 +0,0 @@
http://downloads.sourceforge.net/project/megaglest/current_release/megaglest-source-3.3.5.tar.bz2