summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2006-11-19 05:15:03 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2006-11-19 05:15:03 +0000
commit6fa6c07f8b6e82c0ced89207209c1f33fdc6232b (patch)
tree6391c5b4cb30f85eca973d83c5dca78f02e7ccd4 /media-sound/extace/extace-1.9.5.ebuild
parentTaking over as maintainer. (diff)
downloadgentoo-2-6fa6c07f8b6e82c0ced89207209c1f33fdc6232b.tar.gz
gentoo-2-6fa6c07f8b6e82c0ced89207209c1f33fdc6232b.tar.bz2
gentoo-2-6fa6c07f8b6e82c0ced89207209c1f33fdc6232b.zip
Version bumped, bug #102493.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'media-sound/extace/extace-1.9.5.ebuild')
-rw-r--r--media-sound/extace/extace-1.9.5.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-sound/extace/extace-1.9.5.ebuild b/media-sound/extace/extace-1.9.5.ebuild
new file mode 100644
index 000000000000..7d2a59d96350
--- /dev/null
+++ b/media-sound/extace/extace-1.9.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/extace/extace-1.9.5.ebuild,v 1.1 2006/11/19 05:15:03 matsuu 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
+}