diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-12-20 21:53:11 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-12-20 21:53:11 +0000 |
commit | bf1dc9176e4be80c4082e1e6cbee8a15d8b757f7 (patch) | |
tree | 58651a00c5a9d59f70649da9486cfdd11369b5f8 /games | |
parent | b01e985bc7aa0dcfe60a496333b6cfc3f43f2908 (diff) | |
download | pkgsrc-bf1dc9176e4be80c4082e1e6cbee8a15d8b757f7.tar.gz |
Update to 0.5.0
* Update opengfx data to 0.5.0
Changelog:
* Add splites support
Diffstat (limited to 'games')
-rw-r--r-- | games/openttd-data/Makefile | 18 | ||||
-rw-r--r-- | games/openttd-data/distinfo | 8 |
2 files changed, 15 insertions, 11 deletions
diff --git a/games/openttd-data/Makefile b/games/openttd-data/Makefile index ba49323d067..cdadea09d55 100644 --- a/games/openttd-data/Makefile +++ b/games/openttd-data/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.4 2013/08/05 19:24:35 adam Exp $ +# $NetBSD: Makefile,v 1.5 2014/12/20 21:53:11 ryoon Exp $ -DISTNAME= openttd-data-0.4.7 +GFXVER= 0.5.0 +PKGNAME= openttd-data-${GFXVER} CATEGORIES= games x11 -MASTER_SITES= http://binaries.openttd.org/extra/ -DISTFILES= opengfx-${PKGVERSION_NOREV}-all.zip +MASTER_SITES= http://binaries.openttd.org/extra +DISTFILES= opengfx-${GFXVER}-all.zip DISTFILES+= openmsx-0.3.1-all.zip DISTFILES+= opensfx-0.2.3-all.zip -SITES.opengfx-0.4.7-all.zip= ${MASTER_SITES:Q}/opengfx/${PKGVERSION_NOREV}/ +SITES.opengfx-${GFXVER}-all.zip= ${MASTER_SITES:Q}/opengfx/${GFXVER}/ SITES.openmsx-0.3.1-all.zip= ${MASTER_SITES:Q}/openmsx/0.3.1/ SITES.opensfx-0.2.3-all.zip= ${MASTER_SITES:Q}/opensfx/0.2.3/ @@ -21,10 +22,13 @@ NO_CONFIGURE= yes INSTALLATION_DIRS= share/openttd/data INSTALLATION_DIRS+= share/openttd/gm +post-extract: + cd ${WRKDIR} && tar xvf opengfx-${GFXVER}.tar + do-install: - ${INSTALL_DATA} ${WRKDIR}/opengfx-${PKGVERSION_NOREV}/*.grf \ + ${INSTALL_DATA} ${WRKDIR}/opengfx-${GFXVER}/*.grf \ ${DESTDIR}${PREFIX}/share/openttd/data - ${INSTALL_DATA} ${WRKDIR}/opengfx-${PKGVERSION_NOREV}/*.obg \ + ${INSTALL_DATA} ${WRKDIR}/opengfx-${GFXVER}/*.obg \ ${DESTDIR}${PREFIX}/share/openttd/data ${INSTALL_DATA} ${WRKDIR}/openmsx-0.3.1/*.mid \ ${DESTDIR}${PREFIX}/share/openttd/gm diff --git a/games/openttd-data/distinfo b/games/openttd-data/distinfo index 28a09b939b3..963de5903b6 100644 --- a/games/openttd-data/distinfo +++ b/games/openttd-data/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2013/08/05 19:24:35 adam Exp $ +$NetBSD: distinfo,v 1.4 2014/12/20 21:53:11 ryoon Exp $ -SHA1 (opengfx-0.4.7-all.zip) = 401967470bd6f3f33180416f48a6a41a00fbeb29 -RMD160 (opengfx-0.4.7-all.zip) = 6f37ebe23e75137f204e5d13233cf7b92b28a9e0 -Size (opengfx-0.4.7-all.zip) = 3471843 bytes +SHA1 (opengfx-0.5.0-all.zip) = 963e5e8052a286af269b2837cf3741c3d6c746eb +RMD160 (opengfx-0.5.0-all.zip) = beb468ec34277ec6e3e8ead4ed860683e06c4081 +Size (opengfx-0.5.0-all.zip) = 3468612 bytes SHA1 (openmsx-0.3.1-all.zip) = e9c4203923bb9c974ac67886bd00b7090658b961 RMD160 (openmsx-0.3.1-all.zip) = 8eff246e89e44f63ca480e9acef94a1da5fa81d2 Size (openmsx-0.3.1-all.zip) = 136981 bytes |