# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: foser # /space/gentoo/cvsroot/gentoo-x86/media-sound/xmms-crossfade/xmms-crossfade-0.2.9.ebuild,v 1.1 2002/01/12 20:47:32 verwilst Exp S=${WORKDIR}/${P} DESCRIPTION="XMMS OpenGL visualization plugin" SRC_URI="http://cdelfosse.free.fr/xmms-iris/${P}.tar.gz" HOMEPAGE="http://www.netcologne.de/~nc-eisenlpe2/xmms-crossfade/" DEPEND="virtual/x11 virtual/opengl virtual/glibc >=x11-libs/gtk+-1.2.10-r4 >=media-sound/xmms-1.2.6-r1" src_compile() { ./configure \ --host=${CHOST}\ --prefix=/usr || die emake || die } src_install () { #ugly i know, but 'make install' doesn't create this dir - it assumes it is already there mkdir -p ${D}/usr/lib/xmms/Visualization make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog INSTALL README TODO NEWS }