diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-04 11:25:21 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-04 11:25:21 +0000 |
commit | 5421ffd8a4259fa628a8cb4808b7ef043b3b9b95 (patch) | |
tree | 1be64129781f05cd56d8a8fd390ff34f4325142b /app-emulation | |
parent | Added missing digest (diff) | |
download | gentoo-2-5421ffd8a4259fa628a8cb4808b7ef043b3b9b95.tar.gz gentoo-2-5421ffd8a4259fa628a8cb4808b7ef043b3b9b95.tar.bz2 gentoo-2-5421ffd8a4259fa628a8cb4808b7ef043b3b9b95.zip |
repoman'd
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild b/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild index fc4def1272a7..cf4fbdc4ac98 100644 --- a/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild +++ b/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild @@ -1,18 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.2 2002/08/02 08:21:08 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.3 2002/08/04 11:25:21 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="DGen/SDL is a Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator" HOMEPAGE="http://www.pknet.com/~joe/dgen-sdl.html" -LICENSE="dgen-sdl" SRC_URI="http://www.pknet.com/~joe/${P}.tar.gz" + SLOT="0" KEYWORDS="x86" +LICENSE="dgen-sdl" DEPEND="media-libs/libsdl - X? (virtual/X11) - opengl? (virtual/opengl)" + X? ( virtual/X11 ) + opengl? ( virtual/opengl )" + RDEPEND="${DEPEND} dev-lang/nasm" @@ -23,13 +25,7 @@ src_compile() { use X && myconf="${myconf} --with-x" use mmx || myconf="${myconf} --without-mmx" - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} || die - + econf ${myconf} || die emake || die } |