summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2004-12-18 13:26:04 +0000
committerTony Vroon <chainsaw@gentoo.org>2004-12-18 13:26:04 +0000
commit6db9d149304f9ee31543e76c9979222aa49c3599 (patch)
tree94e3b38a782ab5885f700ffd09f4e6638aec7f92 /media-sound/extace/extace-1.9.2.ebuild
parentStable on ppc. (diff)
downloadhistorical-6db9d149304f9ee31543e76c9979222aa49c3599.tar.gz
historical-6db9d149304f9ee31543e76c9979222aa49c3599.tar.bz2
historical-6db9d149304f9ee31543e76c9979222aa49c3599.zip
Version bump and portability update, closes bug #73839.
Diffstat (limited to 'media-sound/extace/extace-1.9.2.ebuild')
-rw-r--r--media-sound/extace/extace-1.9.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-sound/extace/extace-1.9.2.ebuild b/media-sound/extace/extace-1.9.2.ebuild
new file mode 100644
index 000000000000..c56a55bbaef0
--- /dev/null
+++ b/media-sound/extace/extace-1.9.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/extace/extace-1.9.2.ebuild,v 1.1 2004/12/18 13:26:04 chainsaw Exp $
+
+IUSE=""
+
+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="~x86 ~sparc ~amd64"
+
+DEPEND="media-sound/esound
+ =dev-libs/fftw-2*"
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS CREDITS ChangeLog NEWS README TODO
+}