diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-11-02 04:51:55 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-11-02 04:51:55 +0000 |
commit | f8a40a379bbf7ea59078267a1d7020b320d6ad28 (patch) | |
tree | 81491824d7870e4718404ccc54d3d21d51a4061f /media-sound/beast | |
parent | masking beast and beast-data. (diff) | |
download | historical-f8a40a379bbf7ea59078267a1d7020b320d6ad28.tar.gz historical-f8a40a379bbf7ea59078267a1d7020b320d6ad28.tar.bz2 historical-f8a40a379bbf7ea59078267a1d7020b320d6ad28.zip |
New ebuild. #5020.
Diffstat (limited to 'media-sound/beast')
-rw-r--r-- | media-sound/beast/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/beast/beast-0.4.1.ebuild | 35 | ||||
-rw-r--r-- | media-sound/beast/files/digest-beast-0.4.1 | 1 |
3 files changed, 45 insertions, 0 deletions
diff --git a/media-sound/beast/ChangeLog b/media-sound/beast/ChangeLog new file mode 100644 index 000000000000..4011dcd000a3 --- /dev/null +++ b/media-sound/beast/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for media-sound/beast +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.1 2002/11/02 04:51:55 agenkin Exp $ + +*beast-0.4.1 (01 Nov 2002) + + 01 Nov 2002; Arcady Genkin <agenkin@gentoo.org> beast-0.4.1.ebuild : + + Initial version, submitted by Rigo Ketelings <rigo@home.nl>. diff --git a/media-sound/beast/beast-0.4.1.ebuild b/media-sound/beast/beast-0.4.1.ebuild new file mode 100644 index 000000000000..7e0378889dcb --- /dev/null +++ b/media-sound/beast/beast-0.4.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp + +DESCRIPTION="BEAST - the Bedevilled Sound Engine" +HOMEPAGE="http://beast.gtk.org" +LICENSE="GPL" + +DEPEND="dev-libs/glib + dev-util/pkgconfig + dev-util/guile + media-libs/libart_lgpl + >=x11-libs/gtk+-2.0.0 + gnome-base/gnome-libs + gnome-base/libgnomecanvas + media-sound/alsa-driver" + +SRC_URI="ftp://beast.gtk.org/pub/beast/v0.4/${P}.tar.gz" +KEYWORDS='x86' +SLOT="0" +S=${WORKDIR}/${P} + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING COPYING.LIB INSTALL README docs/*[faq.txt] +} diff --git a/media-sound/beast/files/digest-beast-0.4.1 b/media-sound/beast/files/digest-beast-0.4.1 new file mode 100644 index 000000000000..1db19bc88320 --- /dev/null +++ b/media-sound/beast/files/digest-beast-0.4.1 @@ -0,0 +1 @@ +MD5 03cd646b4ddaa16b7c7bf6099bf3a81b beast-0.4.1.tar.gz 2151501 |