summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/goosnes/goosnes-0.5.2.ebuild')
-rw-r--r--games-emulation/goosnes/goosnes-0.5.2.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/games-emulation/goosnes/goosnes-0.5.2.ebuild b/games-emulation/goosnes/goosnes-0.5.2.ebuild
index 9ab9a140d6e3..172c222a2816 100644
--- a/games-emulation/goosnes/goosnes-0.5.2.ebuild
+++ b/games-emulation/goosnes/goosnes-0.5.2.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/goosnes-0.5.2.ebuild,v 1.9 2005/09/20 14:46:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/goosnes-0.5.2.ebuild,v 1.10 2006/10/18 18:53:31 nyhm Exp $
-inherit games
+WANT_AUTOCONF=latest
+WANT_AUTOMAKE=latest
+inherit autotools games
DESCRIPTION="A GTK+ frontend for Snes9X"
HOMEPAGE="http://bard.sytes.net/goosnes/"
@@ -24,7 +26,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
# packaging is broken
- aclocal && autoheader && autoconf && automake || die
+ eautoreconf
}
src_compile() {
@@ -33,7 +35,7 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README
prepgamesdirs
}