openttd_gfx: bump version.

This commit is contained in:
Jerome Duval
2017-10-20 16:34:27 +02:00
parent 49bec9abbf
commit c8c2b122df

View File

@@ -9,23 +9,18 @@ This package provides free to use graphics file. You can use them if you \
don't have the files from the original Transport Tycoon Deluxe game.
"
HOMEPAGE="http://www.openttd.org"
SOURCE_URI="http://binaries.openttd.org/extra/opengfx/$portVersion/opengfx-$portVersion-all.zip#noarchive"
CHECKSUM_SHA256="19be61f1cb04cbb3cb9602f0b8eb6e6f56ecbefbfdd6e0e03f9579e5a5c1cbc8"
COPYRIGHT="2005-2013 OpenTTD Team"
LICENSE="GNU GPL v2"
COPYRIGHT="2005-2013 OpenTTD Team"
REVISION="1"
SOURCE_URI="http://bundles.openttdcoop.org/opengfx/releases/$portVersion/opengfx-$portVersion.zip#noarchive"
CHECKSUM_SHA256="3d136d776906dbe8b5df1434cb9a68d1249511a3c4cfaca55cc24cc0028ae078"
ARCHITECTURES="any"
PROVIDES="
openttd_gfx = $portVersion
"
#REQUIRES="
# "
#BUILD_REQUIRES="
# "
BUILD_PREREQUIRES="
cmd:tar
cmd:unzip
@@ -34,7 +29,7 @@ BUILD_PREREQUIRES="
BUILD()
{
rm -Rf opengfx-$portVersion
unzip -o opengfx-$portVersion-all.zip
unzip -o opengfx-$portVersion.zip
tar xvf opengfx-$portVersion.tar
rm opengfx-$portVersion.tar
}