2017-04-06 13:20:20 +02:00
|
|
|
# Description: Openttd için ücretsiz grafik seti
|
2016-02-24 01:27:23 +01:00
|
|
|
# URL: http://dev.openttdcoop.org/projects/opengfx
|
2017-04-06 13:20:20 +02:00
|
|
|
# Packager: milisarge
|
2016-02-24 01:27:23 +01:00
|
|
|
# Depends on:
|
|
|
|
|
|
|
|
|
|
|
|
name=openttd-opengfx
|
|
|
|
version=0.5.3
|
|
|
|
release=1
|
|
|
|
source=(http://bundles.openttdcoop.org/opengfx/releases/${version}/opengfx-${version}.zip)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
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
|
|
|
|
}
|