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

21 lines
514 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: kütüphane
isim=openttd-opengfx
surum=0.5.4
devir=1
kaynak=(http://bundles.openttdcoop.org/opengfx/releases/$surum/opengfx-$surum.zip)
derle() {
cd $SRC
tar xf 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
}