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-10-15 21:42:38 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
isim=openttd-opengfx
|
2018-10-15 21:42:38 +02:00
|
|
|
|
surum=0.5.4
|
2018-06-09 00:06:58 +02:00
|
|
|
|
devir=1
|
2018-10-15 21:42:38 +02:00
|
|
|
|
kaynak=(http://bundles.openttdcoop.org/opengfx/releases/$surum/opengfx-$surum.zip)
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
derle() {
|
2018-10-15 21:42:38 +02:00
|
|
|
|
cd $SRC
|
|
|
|
|
tar xf opengfx-$surum.tar
|
2018-06-09 00:06:58 +02:00
|
|
|
|
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
|
|
|
|
|
}
|