blob: b3a0d6d39856fb0c24876bf643e6853270b0277c [file] [log] [blame]
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
MY_P=${P/sdl/SDL}
DESCRIPTION="A C++ Wrapper for the Simple DirectMedia Layer"
HOMEPAGE="http://sdlmm.sourceforge.net/"
SRC_URI="mirror://sourceforge/sdlmm/${MY_P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ppc ~sparc x86"
IUSE=""
RDEPEND=">=media-libs/libsdl-1.2.4"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS README THANKS
}