milis/talimatname/genel/o/openttd-opengfx/talimat

21 lines
518 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.

# Tanım: Openttd için ücretsiz grafik seti
# URL: http://dev.openttdcoop.org/projects/opengfx
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=openttd-opengfx
surum=0.5.3
devir=1
kaynak=(http://bundles.openttdcoop.org/opengfx/releases/${surum}/opengfx-${surum}.zip)
derle() {
cd ${SRC}
tar xvf opengfx-${surum}.tar
cd opengfx-${surum}
install -d ${PKG}/usr/share/openttd/data
install -m644 *.grf ${PKG}/usr/share/openttd/data
install -m644 *.obg ${PKG}/usr/share/openttd/data
}