diff options
Diffstat (limited to 'games-emulation/dosbox/dosbox-0.58.ebuild')
-rw-r--r-- | games-emulation/dosbox/dosbox-0.58.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/games-emulation/dosbox/dosbox-0.58.ebuild b/games-emulation/dosbox/dosbox-0.58.ebuild deleted file mode 100644 index 80e2448bff1c..000000000000 --- a/games-emulation/dosbox/dosbox-0.58.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.58.ebuild,v 1.1 2003/09/09 16:26:49 vapier Exp $ - -inherit games - -DESCRIPTION="DOS emulator" -HOMEPAGE="http://dosbox.sourceforge.net/" -SRC_URI="mirror://sourceforge/dosbox/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="x86" -SLOT="0" - -DEPEND="sys-libs/ncurses - >=media-libs/libsdl-1.2.0 - sys-libs/zlib" - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS -} |