mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
scourge_data, add data files for scourge (#3484)
This commit is contained in:
committed by
waddlesplash
parent
8e94a9b085
commit
3f8dc75acc
27
games-roguelike/scourge_data/scourge_data-0.21.1.recipe
Normal file
27
games-roguelike/scourge_data/scourge_data-0.21.1.recipe
Normal file
@@ -0,0 +1,27 @@
|
||||
SUMMARY="Data files for S.C.O.U.R.G.E"
|
||||
DESCRIPTION="S.C.O.U.R.G.E. is a roguelike game with a 3D user interface. \
|
||||
These are the data files you need to play the game."
|
||||
HOMEPAGE="http://scourgeweb.org"
|
||||
COPYRIGHT="2003-2008 The Scourge Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/scourge/files/scourge/0.21.1/scourge-0.21.1.data.tar.gz/download"
|
||||
CHECKSUM_SHA256="13f33735ff814eb465d95355dcaaf2cdd16a3329f85aeab1a97ad40919cd1f12"
|
||||
SOURCE_DIR="scourge_data"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
scourge_data = $portVersion
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $dataDir/scourge
|
||||
cp -rf ./* $dataDir/scourge
|
||||
}
|
||||
Reference in New Issue
Block a user