Merge remote-tracking branch 'github/pr/760'.
[gentoo.git] / games-arcade / pydance-songs / pydance-songs-20040410.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6 inherit games
7
8 DESCRIPTION="Music for the pyDDR game"
9 HOMEPAGE="http://icculus.org/pyddr/"
10 SRC_URI="mirror://gentoo/${P}.tar.bz2"
11
12 LICENSE="MIT"
13 SLOT="0"
14 KEYWORDS="amd64 ppc x86"
15 IUSE=""
16
17 S=${WORKDIR}
18
19 src_install() {
20         insinto "${GAMES_DATADIR}/pydance/songs"
21         doins *
22         prepgamesdirs
23 }