summaryrefslogtreecommitdiff
blob: e190ece1904ab3b92744760c7d4921a54f086de6 (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
26
27
28
29
30
31
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.0.ebuild,v 1.3 2002/07/21 03:07:45 seemant Exp $

S=${WORKDIR}/${P}
DESCRIPTION="Glame is an audio file editing utility."
SRC_URI="http://download.sourceforge.net/glame/${P}.tar.gz"
HOMEPAGE="http://glame.sourceforge.net/glame/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"

DEPEND=">=dev-util/guile-1.4-r3
	>=dev-util/glade-0.6.2
	>=dev-libs/libxml-1.8.16
	>=media-libs/audiofile-0.2.1"

src_compile() {

	econf || die
	emake || die

}

src_install () {

	einstall || die
	dodoc AUTHORS BUGS COPYING CREDITS Changelog MAINTAINERS NEWS README TODO

}