1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-02-23 20:05:49 +01:00
Files
gryf-overlay/media-plugins/xmms-nebulus/xmms-nebulus-0.6.0.ebuild
2010-02-09 21:25:29 +01:00

23 lines
610 B
Bash

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-nebulus/xmms-nebulus-0.6.0.ebuild,v 1.9 2004/10/04 23:15:09 pvdabeel Exp $
IUSE=""
DESCRIPTION="OpenGL/SDL visualization plugin for XMMS"
HOMEPAGE="http://nebulus.tuxfamily.org/"
SRC_URI="http://nebulus.tuxfamily.org/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
#-sparc: 0.6.0: xmms segfaults after SDL thread creation
KEYWORDS="x86 amd64 -sparc ppc"
DEPEND="media-sound/xmms
media-libs/libsdl"
src_install () {
make DESTDIR=${D} install || die
}