| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-libs/game-music-emu/game-music-emu-0.5.5.ebuild,v 1.9 2011/07/07 03:48:31 aballier Exp $
|
| 4 |
|
| 5 |
EAPI=3
|
| 6 |
|
| 7 |
inherit cmake-utils
|
| 8 |
|
| 9 |
DESCRIPTION="Video game music file emulators"
|
| 10 |
HOMEPAGE="http://code.google.com/p/game-music-emu/"
|
| 11 |
SRC_URI="http://game-music-emu.googlecode.com/files/${P}.tbz2"
|
| 12 |
|
| 13 |
LICENSE="LGPL-2.1"
|
| 14 |
SLOT="0"
|
| 15 |
KEYWORDS="alpha amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
|
| 16 |
IUSE=""
|
| 17 |
|
| 18 |
DEPEND=""
|
| 19 |
RDEPEND="${DEPEND}"
|
| 20 |
|
| 21 |
PATCHES=( "${FILESDIR}/${P}-multilib.patch" )
|
| 22 |
DOCS="changes.txt design.txt gme.txt readme.txt"
|