milis/talimatname/genel/openttd/talimat

28 lines
678 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description:Transport Tycoon Deluxe çalıştırmak için bir motor.
# URL: http://www.openttd.org
# Packager: milisarge
# Depends on: libpng sdl icu xorg-fontconfig lzo hicolor-icon-theme desktop-file-utils xz openttd-opengfx openttd-opensfx
name=openttd
version=1.5.2
release=1
source=(http://binaries.openttd.org/releases/${version}/${name}-${version}-source.tar.xz)
build() {
cd ${name}-${version}
./configure \
--prefix-dir=/usr \
--binary-name=${name} \
--binary-dir=bin \
--data-dir=share/${name} \
--install-dir=${PKG} \
--doc-dir=share/doc/${name} \
--menu-name="OpenTTD" \
--personal-dir=.${name}
make
make install
}