summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-12-12 06:08:34 +0000
committerMike Frysinger <vapier@gentoo.org>2003-12-12 06:08:34 +0000
commit7b72ffc9dfc0025a0ea96193e50af4a0343f0a02 (patch)
treee72f464a734fd515dbd66a037e77959d11650ea0 /games-emulation/dosbox/dosbox-0.58.ebuild
parentinitial ebuild #35436 (diff)
downloadgentoo-2-7b72ffc9dfc0025a0ea96193e50af4a0343f0a02.tar.gz
gentoo-2-7b72ffc9dfc0025a0ea96193e50af4a0343f0a02.tar.bz2
gentoo-2-7b72ffc9dfc0025a0ea96193e50af4a0343f0a02.zip
alsa-1.0.0 fix #35522
Diffstat (limited to 'games-emulation/dosbox/dosbox-0.58.ebuild')
-rw-r--r--games-emulation/dosbox/dosbox-0.58.ebuild22
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
-}