diff --git a/games/opensfx/Makefile b/games/opensfx/Makefile index 52f126ff7456..e0f605ecddc0 100644 --- a/games/opensfx/Makefile +++ b/games/opensfx/Makefile @@ -1,27 +1,33 @@ # Created by: Ilya A. Arhipov PORTNAME= opensfx -PORTVERSION= 0.2.3 -PORTREVISION= 2 +PORTVERSION= 1.0.3 CATEGORIES= games -MASTER_SITES= https://cdn.openttd.org/opensfx-releases/${PORTVERSION}/ +MASTER_SITES= https://cdn.openttd.org/${PORTNAME}-releases/${PORTVERSION}/ +PKGNAMEPREFIX= openttd- DISTNAME= ${PORTNAME}-${PORTVERSION}-all MAINTAINER= rum1cro@yandex.ru COMMENT= Free alternative sounds for OpenTTD game engine -LICENSE= CC-Sampling+-1.0 -LICENSE_NAME= Creative Commons Sampling Plus 1.0 +LICENSE= CC-BY-SA-3.0 CDDL GPLv2 +LICENSE_COMB= multi LICENSE_FILE= ${WRKDIR}/opensfx-${PORTVERSION}/license.txt -LICENSE_PERMS= auto-accept USES= zip -NO_BUILD= yes NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= share/openttd/baseset/opensfx/opensfx.cat + share/openttd/baseset/opensfx/opensfx.obs + +post-extract: + @cd ${WRKDIR} && tar -xf ${PORTNAME}-${PORTVERSION}.tar do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx - ${INSTALL_DATA} ${WRKDIR}/opensfx-${PORTVERSION}/* \ - ${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx + @${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/${PORTNAME} + ${INSTALL_DATA} \ + ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}.* \ + ${STAGEDIR}${PREFIX}/share/openttd/baseset/${PORTNAME} .include diff --git a/games/opensfx/distinfo b/games/opensfx/distinfo index ecdd27f71592..6ef7ba57531b 100644 --- a/games/opensfx/distinfo +++ b/games/opensfx/distinfo @@ -1,2 +1,3 @@ -SHA256 (opensfx-0.2.3-all.zip) = 6831b651b3dc8b494026f7277989a1d757961b67c17b75d3c2e097451f75af02 -SIZE (opensfx-0.2.3-all.zip) = 11359588 +TIMESTAMP = 1653449136 +SHA256 (opensfx-1.0.3-all.zip) = e0a218b7dd9438e701503b0f84c25a97c1c11b7c2f025323fb19d6db16ef3759 +SIZE (opensfx-1.0.3-all.zip) = 11566000