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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
name=openttd-opengfx
|
|
|
|
|
version=0.5.3
|
|
|
|
|
release=1
|
|
|
|
|
source=(http://bundles.openttdcoop.org/opengfx/releases/${version}/opengfx-${version}.zip)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-02-24 01:27:23 +01:00
|
|
|
|
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
|
|
|
|
|
}
|