2018-10-15 21:42:38 +02:00
|
|
|
|
# Tanım: Transport Tycoon Deluxe çalıştırmak için bir motor.
|
2018-06-09 00:06:58 +02:00
|
|
|
|
# URL: http://www.openttd.org
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: libpng sdl icu xorg-fontconfig lzo hicolor-icon-theme desktop-file-utils xz openttd-opengfx openttd-opensfx
|
2018-10-15 21:42:38 +02:00
|
|
|
|
# Grup: oyun
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=openttd
|
2018-10-15 21:42:38 +02:00
|
|
|
|
surum=1.8.0
|
2018-06-09 00:06:58 +02:00
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://binaries.openttd.org/releases/${surum}/${isim}-${surum}-source.tar.xz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd ${isim}-${surum}
|
|
|
|
|
|
|
|
|
|
./configure \
|
|
|
|
|
--prefix-dir=/usr \
|
2018-10-15 21:42:38 +02:00
|
|
|
|
--binary-name=${isim} \
|
2018-06-09 00:06:58 +02:00
|
|
|
|
--binary-dir=bin \
|
|
|
|
|
--data-dir=share/${isim} \
|
|
|
|
|
--install-dir=${PKG} \
|
2018-10-15 21:42:38 +02:00
|
|
|
|
--menu-name="OpenTTD" \
|
2018-06-09 00:06:58 +02:00
|
|
|
|
--personal-dir=.${isim}
|
|
|
|
|
|
|
|
|
|
make
|
|
|
|
|
make install
|
|
|
|
|
}
|