You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/sdlmm/sdlmm-0.1.8-r1.ebuild

25 lines
528 B

# 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
}