diff options
author | John J. Ellis <jje@gentoo.org> | 2003-09-20 08:36:58 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-09-20 08:36:58 +0000 |
commit | 75ae7f82c6ff34b7d221228f33d06a35320c8988 (patch) | |
tree | b132d91532f70047d6b06b55d77dcd1f27576495 /media-plugins/xmms-nebulus/xmms-nebulus-0.6.0.ebuild | |
parent | Version bump, ~x86 masked. Closes #28752. (diff) | |
download | gentoo-2-75ae7f82c6ff34b7d221228f33d06a35320c8988.tar.gz gentoo-2-75ae7f82c6ff34b7d221228f33d06a35320c8988.tar.bz2 gentoo-2-75ae7f82c6ff34b7d221228f33d06a35320c8988.zip |
Version bump, ~x86 masked. Closes #28752.
Diffstat (limited to 'media-plugins/xmms-nebulus/xmms-nebulus-0.6.0.ebuild')
-rw-r--r-- | media-plugins/xmms-nebulus/xmms-nebulus-0.6.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/media-plugins/xmms-nebulus/xmms-nebulus-0.6.0.ebuild b/media-plugins/xmms-nebulus/xmms-nebulus-0.6.0.ebuild new file mode 100644 index 000000000000..41d3a373f8ae --- /dev/null +++ b/media-plugins/xmms-nebulus/xmms-nebulus-0.6.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/09/20 08:36:55 jje Exp $ + +S=${WORKDIR}/${P} +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" +KEYWORDS="~x86" + +DEPEND="media-sound/xmms + media-libs/libsdl" + +src_compile() { + econf || die "configure failed" + emake || die "make failed" +} + +src_install () { + make DESTDIR=${D} install || die +} + |