# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.0.ebuild,v 1.5 2003/09/06 23:59:49 msterret Exp $ IUSE="oggvorbis" MY_P="${P/sdl-/SDL_}" S=${WORKDIR}/${MY_P} DESCRIPTION="A library that handles the decoding sound file formats" SRC_URI="http://icculus.org/SDL_sound/downloads/${MY_P}.tar.gz" HOMEPAGE="http://icculus.org/SDL_sound/" SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="x86 ~ppc ~sparc amd64" DEPEND=">=media-libs/libsdl-1.2.5 >=media-libs/smpeg-0.4.4-r1 >=media-libs/libmikmod-3.1.9 oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )" src_compile() { econf \ --enable-midi \ --disable-flac || die emake || die } src_install() { einstall || die dodoc CHANGELOG COPYING CREDITS INSTALL README TODO }