diff options
Diffstat (limited to 'media-sound/extace/extace-1.9.6.ebuild')
-rw-r--r-- | media-sound/extace/extace-1.9.6.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/media-sound/extace/extace-1.9.6.ebuild b/media-sound/extace/extace-1.9.6.ebuild new file mode 100644 index 000000000000..9d5b4ccbcb77 --- /dev/null +++ b/media-sound/extace/extace-1.9.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/extace/extace-1.9.6.ebuild,v 1.1 2007/01/31 14:05:09 beandog Exp $ + +DESCRIPTION="eXtace is an ESD audio visualization application" +HOMEPAGE="http://extace.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="media-sound/esound + >=sci-libs/fftw-3 + =x11-libs/gtk+-1.2* + media-libs/imlib" + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS CREDITS ChangeLog NEWS README TODO +} |