mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-04 04:33:32 +02:00
initial import
This commit is contained in:
23
media-plugins/xmms-infinity/xmms-infinity-0.6.2.ebuild
Normal file
23
media-plugins/xmms-infinity/xmms-infinity-0.6.2.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user