20 lines
515 B
Plaintext
20 lines
515 B
Plaintext
# Tanım: Openttd için ücretsiz grafik seti
|
||
# URL: http://dev.openttdcoop.org/projects/opengfx
|
||
# Paketçi: milisarge
|
||
# Gerekler:
|
||
|
||
|
||
name=openttd-opengfx
|
||
version=0.5.3
|
||
release=1
|
||
source=(http://bundles.openttdcoop.org/opengfx/releases/${version}/opengfx-${version}.zip)
|
||
|
||
derle() {
|
||
cd ${SRC}
|
||
tar xvf opengfx-${version}.tar
|
||
cd opengfx-${version}
|
||
install -d ${PKG}/usr/share/openttd/data
|
||
install -m644 *.grf ${PKG}/usr/share/openttd/data
|
||
install -m644 *.obg ${PKG}/usr/share/openttd/data
|
||
}
|