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

20 lines
503 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Openttd için ücretsiz grafik seti
2016-02-24 01:27:23 +01:00
# URL: http://dev.openttdcoop.org/projects/opengfx
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=openttd-opengfx
surum=0.5.3
devir=1
kaynak=(http://bundles.openttdcoop.org/opengfx/releases/${surum}/opengfx-${surum}.zip)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd ${SRC}
2017-10-28 14:10:23 +02:00
tar xvf opengfx-${surum}.tar
cd opengfx-${surum}
2016-02-24 01:27:23 +01:00
install -d ${PKG}/usr/share/openttd/data
install -m644 *.grf ${PKG}/usr/share/openttd/data
install -m644 *.obg ${PKG}/usr/share/openttd/data
}