21 lines
514 B
Plaintext
21 lines
514 B
Plaintext
# 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
|
||
}
|