mirror of
https://github.com/gryf/gryf-overlay.git
synced 2025-12-27 17:02:30 +01:00
24 lines
670 B
Bash
24 lines
670 B
Bash
# Copyright 1999-2006 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-infinity/xmms-infinity-0.6.2.ebuild,v 1.1 2006/02/21 00:17:10 metalgod Exp $
|
|
|
|
IUSE=""
|
|
|
|
DESCRIPTION="A psychedelic visualization plug-in for XMMS"
|
|
HOMEPAGE="http://infinity-plugin.sourceforge.net"
|
|
SRC_URI="mirror://sourceforge/infinity-plugin/${P}.tar.bz2"
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-2"
|
|
#-sparc: 0.2: always black - eradicator
|
|
KEYWORDS="~amd64 ~ppc -sparc ~x86"
|
|
|
|
DEPEND="media-libs/libsdl
|
|
media-sound/xmms"
|
|
|
|
src_install () {
|
|
make DESTDIR="${D}" install || die "install failed"
|
|
|
|
dodoc AUTHORS ChangeLog README
|
|
}
|