20 lines
503 B
Plaintext
20 lines
503 B
Plaintext
|
# Tanım: Openttd için ücretsiz grafik seti
|
|||
|
# URL: http://dev.openttdcoop.org/projects/opengfx
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler:
|
|||
|
|
|||
|
|
|||
|
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
|
|||
|
}
|