blob: 65b8a3aaf8a1ae649fc21e08d8544dfa1c05ca15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2004 Gentoo Foundation
# 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.7 2004/06/24 22:04:36 agriffis Exp $
inherit gnome2
DESCRIPTION="Gnome Desktop Sound Effects Package"
HOMEPAGE="http://www.gnome.org/"
SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 ppc sparc amd64 hppa"
IUSE=""
DEPEND=""
RDEPEND=""
src_compile() {
return
}
src_install() {
make prefix=${D}/usr install || die "installed failed"
dodoc README
}
|