blob: 7918f2aca4b26e2b3fa05c70e9837a1d0d7eeb14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/late-0.1.0.ebuild,v 1.9 2004/12/21 14:12:11 josejx Exp $
inherit games
DESCRIPTION="A game, similar to Barrack by Ambrosia Software"
SRC_URI="mirror://sourceforge/late/${P}.tar.bz2"
RESTRICT="nomirror"
HOMEPAGE="http://late.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~amd64 ppc"
IUSE=""
DEPEND=">=media-libs/libsdl-1.1.8
media-libs/sdl-image"
src_install () {
egamesinstall || die
dodoc AUTHORS
prepgamesdirs
}
|