summaryrefslogtreecommitdiff
blob: 634358ef5c38c3a907c97f811e4a32b1e731e96a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance-songs/pydance-songs-20040111.ebuild,v 1.2 2004/02/20 06:20:00 mr_bones_ Exp $

inherit games

DESCRIPTION="Music for the pyDDR game"
HOMEPAGE="http://icculus.org/pyddr/"
SRC_URI="http://icculus.org/pyddr/6jan.ogg
	http://icculus.org/pyddr/6jan.dance
	http://icculus.org/pyddr/6jan-bg.jpg
	http://icculus.org/pyddr/6jan-banner.png

	http://icculus.org/pyddr/forkbomb.ogg
	http://icculus.org/pyddr/forkbomb.dance
	http://icculus.org/pyddr/forkbomb-bg.jpg
	http://icculus.org/pyddr/forkbomb-banner.png

	http://icculus.org/pyddr/synrg.ogg
	http://icculus.org/pyddr/synrg.dance
	http://icculus.org/pyddr/synrg-bg.png"

LICENSE="X11"
SLOT="0"
KEYWORDS="x86"

RDEPEND="games-arcade/pydance"

S=${WORKDIR}

src_unpack() { :;}

src_install() {
	insinto ${GAMES_DATADIR}/pydance/songs
	cd ${DISTDIR}
	doins ${A} || die
}