diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-01-25 00:54:34 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-01-25 00:54:34 +0000 |
commit | 5358525ab682fe7e933bc2e4c0c6c67c1352a968 (patch) | |
tree | fc82012e0b800711b767a1efbce1d97891a6a3cb /media-sound/glame | |
parent | always depend on GNOME, fixes #267 (diff) | |
download | gentoo-2-5358525ab682fe7e933bc2e4c0c6c67c1352a968.tar.gz gentoo-2-5358525ab682fe7e933bc2e4c0c6c67c1352a968.tar.bz2 gentoo-2-5358525ab682fe7e933bc2e4c0c6c67c1352a968.zip |
version upgrade
Diffstat (limited to 'media-sound/glame')
-rw-r--r-- | media-sound/glame/files/digest-glame-0.6.0 | 1 | ||||
-rw-r--r-- | media-sound/glame/glame-0.6.0.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/media-sound/glame/files/digest-glame-0.6.0 b/media-sound/glame/files/digest-glame-0.6.0 new file mode 100644 index 000000000000..dd4d0129dca4 --- /dev/null +++ b/media-sound/glame/files/digest-glame-0.6.0 @@ -0,0 +1 @@ +MD5 337a3cb6da2996b5675187e92298b0da glame-0.6.0.tar.gz 1175552 diff --git a/media-sound/glame/glame-0.6.0.ebuild b/media-sound/glame/glame-0.6.0.ebuild new file mode 100644 index 000000000000..f1cb78b2441b --- /dev/null +++ b/media-sound/glame/glame-0.6.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Chris Arndt <arndtc@mailandnews.com> +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.0.ebuild,v 1.1 2002/01/25 00:54:34 gbevin 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/" + +DEPEND="virtual/glibc + >=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 --host=${CHOST} || die + emake || die + +} + +src_install () { + + einstall || die + dodoc AUTHORS BUGS COPYING CREDITS Changelog INSTALL MAINTAINERS NEWS README TODO + +} |