diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-01-19 13:50:00 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-01-19 13:50:00 +0000 |
commit | 28e34a5412352fc54c50ff190ce16878d9feb2ad (patch) | |
tree | 57110acbb4123c2d3433ec6bc4f2664b5f0aa1fb /media-sound/glame | |
parent | missed the ebuild itself :o) (diff) | |
download | gentoo-2-28e34a5412352fc54c50ff190ce16878d9feb2ad.tar.gz gentoo-2-28e34a5412352fc54c50ff190ce16878d9feb2ad.tar.bz2 gentoo-2-28e34a5412352fc54c50ff190ce16878d9feb2ad.zip |
new version of glame, removed old version
Diffstat (limited to 'media-sound/glame')
-rw-r--r-- | media-sound/glame/files/digest-glame-0.5.3 | 1 | ||||
-rw-r--r-- | media-sound/glame/glame-0.5.3.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/media-sound/glame/files/digest-glame-0.5.3 b/media-sound/glame/files/digest-glame-0.5.3 new file mode 100644 index 000000000000..047951cfc8f5 --- /dev/null +++ b/media-sound/glame/files/digest-glame-0.5.3 @@ -0,0 +1 @@ +MD5 a57183ec77edadf13b6c52d5dccb3216 glame-0.5.3.tar.gz 1101824 diff --git a/media-sound/glame/glame-0.5.3.ebuild b/media-sound/glame/glame-0.5.3.ebuild new file mode 100644 index 000000000000..cb50204c1d11 --- /dev/null +++ b/media-sound/glame/glame-0.5.3.ebuild @@ -0,0 +1,30 @@ +# 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.5.3.ebuild,v 1.1 2002/01/19 13:50:00 verwilst 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() { + + ./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} || die + emake || die + +} + + +src_install () { + + make DESTDIR=${D} install || die + dodoc AUTHORS BUGS COPYING CREDITS Changelog INSTALL MAINTAINERS NEWS README TODO + +} |