blob: 2b3da68cad10bc2c5aa4ab9bd06dca4ace198807 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/beast-data/beast-data-0.3.ebuild,v 1.8 2004/03/26 21:53:21 eradicator Exp $
DESCRIPTION="BEAST - the Bedevilled Sound Engine (datafiles)"
HOMEPAGE="http://beast.gtk.org"
LICENSE="GPL-2"
DEPEND=">=media-sound/beast-0.4.1"
SRC_URI="ftp://beast.gtk.org/pub/beast/v0.3/${P}.tar.gz"
KEYWORDS="~x86"
IUSE=""
SLOT="0"
src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS COPYING INSTALL NEWS README TODO
}
|