diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-08-31 13:27:09 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-08-31 13:27:09 +0000 |
commit | 0826b0a1849ec111f8a3e1361115ca7eb79842b5 (patch) | |
tree | 95710fbd7f0c2d2085d3f39255903ae499972669 /gnome-extra/gnome-audio/gnome-audio-2.0.0.ebuild | |
parent | cleanup and bump (diff) | |
download | gentoo-2-0826b0a1849ec111f8a3e1361115ca7eb79842b5.tar.gz gentoo-2-0826b0a1849ec111f8a3e1361115ca7eb79842b5.tar.bz2 gentoo-2-0826b0a1849ec111f8a3e1361115ca7eb79842b5.zip |
cleanup and bump
Diffstat (limited to 'gnome-extra/gnome-audio/gnome-audio-2.0.0.ebuild')
-rw-r--r-- | gnome-extra/gnome-audio/gnome-audio-2.0.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnome-extra/gnome-audio/gnome-audio-2.0.0.ebuild b/gnome-extra/gnome-audio/gnome-audio-2.0.0.ebuild new file mode 100644 index 000000000000..b8d2430ff804 --- /dev/null +++ b/gnome-extra/gnome-audio/gnome-audio-2.0.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/gnome-extra/gnome-audio/gnome-audio-2.0.0.ebuild,v 1.1 2003/08/31 13:27:05 liquidx Exp $ + +inherit gnome2 + +DESCRIPTION="Gnome Desktop Sound Effects Package" +HOMEPAGE="http://www.gnome.org/" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86 ~ppc ~sparc" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_compile() { + return +} + +src_install() { + make prefix=${D}/usr install || die "installed failed" + dodoc README +} |