# Depends on:  

description="A free graphics set for openttd"
url="http://dev.openttdcoop.org/projects/opengfx"
contributors="tsgeek at mailoo dot org"
packager="greg<greg@nutyx.org>"



name=openttd-opengfx
version=0.5.4
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
}
