OpenTTD: add recipes for the base data sets.

It's now possible to play the game without original Transport Tycoon
Deluxe datafiles.
This commit is contained in:
Adrien Destugues
2014-01-12 20:20:18 +01:00
parent 9a9f45b24e
commit 2ac5272201
4 changed files with 134 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ REQUIRES="
lib:liblzo2$secondaryArchSuffix
openttd_gfx
openttd_snd
openttd_sfx
openttd_msx
"
@@ -55,7 +55,7 @@ BUILD()
./configure --prefix=$prefix --binary-dir=$relativeAppsDir \
--data-dir=$relativeDataDir/openttd --doc-dir=$relativeDocDir/openttd \
--man-dir=$relativeManDir --icon-dir=trash --menu-dir=trash
make
make $jobArgs
}
INSTALL()