diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-26 21:53:21 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-26 21:53:21 +0000 |
commit | b3d37d21d90f4ebdc79d2409464facf4a880bd87 (patch) | |
tree | 5f2e9de925e6906be026a6bdc9b4bb4c8c917f05 /media-sound/beast-data/beast-data-0.3.ebuild | |
parent | Made aliz's QA script happy by removing explicit S and adding explitit IUSE. (diff) | |
download | historical-b3d37d21d90f4ebdc79d2409464facf4a880bd87.tar.gz historical-b3d37d21d90f4ebdc79d2409464facf4a880bd87.tar.bz2 historical-b3d37d21d90f4ebdc79d2409464facf4a880bd87.zip |
Ebuild cleanup.
Diffstat (limited to 'media-sound/beast-data/beast-data-0.3.ebuild')
-rw-r--r-- | media-sound/beast-data/beast-data-0.3.ebuild | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/media-sound/beast-data/beast-data-0.3.ebuild b/media-sound/beast-data/beast-data-0.3.ebuild index 95cf5089d35f..2b3da68cad10 100644 --- a/media-sound/beast-data/beast-data-0.3.ebuild +++ b/media-sound/beast-data/beast-data-0.3.ebuild @@ -1,6 +1,6 @@ # 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.7 2004/03/01 05:37:12 eradicator Exp $ +# $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" @@ -10,17 +10,10 @@ DEPEND=">=media-sound/beast-0.4.1" SRC_URI="ftp://beast.gtk.org/pub/beast/v0.3/${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 -} +IUSE="" + +SLOT="0" src_install() { make DESTDIR=${D} install || die |