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

21 lines
518 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Openttd için ücretsiz grafik seti
# URL: http://dev.openttdcoop.org/projects/opengfx
# Paketçi: milisarge
# Gerekler:
2018-08-01 15:32:42 +02:00
# Grup: sistem
2018-06-09 00:06:58 +02:00
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
}