new package: add initial package 'megaglest-data'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-15 08:10:19 +02:00
parent 4c60452d7c
commit a29c9a9af8
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain

View File

@ -0,0 +1,8 @@
#!/bin/sh
. config/options
$SCRIPTS/install megaglest-source
mkdir -p $INSTALL/usr/games/megaglest
cp -R $PKG_BUILD/* $INSTALL/usr/games/megaglest

View File

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