View | Details | Raw Unified | Return to bug 214442 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +5 lines)
Lines 3-25 Link Here
3
3
4
PORTNAME=	endgame-singularity-music
4
PORTNAME=	endgame-singularity-music
5
PORTVERSION=	007
5
PORTVERSION=	007
6
PORTREVISION=	1
6
CATEGORIES=	games
7
CATEGORIES=	games
7
MASTER_SITES=	GOOGLE_CODE
8
PROJECTHOST=	endgame-singularity
8
PROJECTHOST=	endgame-singularity
9
9
10
MAINTAINER=	mokhi64@gmail.com
10
MAINTAINER=	mokhi64@gmail.com
11
COMMENT=	Music pack for endgame-singularity
11
COMMENT=	Music pack for endgame-singularity
12
12
13
BROKEN=		Unfetchable (google code has gone away)
13
LICENSE=	CC-BY-SA-3.0
14
14
15
NO_ARCH=	yes
15
NO_ARCH=	yes
16
NO_BUILD=	yes
16
NO_BUILD=	yes
17
17
18
USES=		zip
18
USE_GITHUB=	yes
19
GH_TUPLE=	singularity:singularity-music:968faad
19
20
20
DATADIR=	${PREFIX}/share/singularity
21
DATADIR=	${PREFIX}/share/singularity
21
22
22
do-install:
23
do-install:
23
	cd ${WRKSRC} && ${COPYTREE_SHARE} "*.ogg win lose" ${STAGEDIR}${DATADIR}/music
24
	cd ${WRKSRC}/music && ${COPYTREE_SHARE} "*.ogg win lose" ${STAGEDIR}${DATADIR}/music
24
25
25
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (endgame-singularity-music-007.zip) = eb5a3c2730731fda0cc7861977cd97937950b85d3fe08bc431054a639cc2c26d
1
TIMESTAMP = 1478956938
2
SIZE (endgame-singularity-music-007.zip) = 51774799
2
SHA256 (singularity-singularity-music-007-968faad_GH0.tar.gz) = d7fdb261a8928a698b865e8393362d94614c8ed5b528438979a72913c663dc14
3
SIZE (singularity-singularity-music-007-968faad_GH0.tar.gz) = 55417369

Return to bug 214442