diff options
Diffstat (limited to 'games-emulation/mamory/mamory-0.2.22.ebuild')
-rw-r--r-- | games-emulation/mamory/mamory-0.2.22.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games-emulation/mamory/mamory-0.2.22.ebuild b/games-emulation/mamory/mamory-0.2.22.ebuild index 431c77be1449..625e25a5d171 100644 --- a/games-emulation/mamory/mamory-0.2.22.ebuild +++ b/games-emulation/mamory/mamory-0.2.22.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.22.ebuild,v 1.1 2006/12/28 21:59:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.22.ebuild,v 1.2 2007/01/05 20:30:55 nyhm Exp $ +WANT_AUTOCONF=latest +WANT_AUTOMAKE=latest inherit autotools games -DESCRIPTION="rom management tools and library" +DESCRIPTION="ROM management tools and library" HOMEPAGE="http://mamory.sourceforge.net/" -SRC_URI="mirror://sourceforge/mamory/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -18,7 +20,6 @@ RDEPEND="" src_unpack() { unpack ${A} - cd "${S}" # Remove hardcoded CFLAGS options |