]> Pileus Git - ~andy/sunrise/blob - net-analyzer/logstalgia/logstalgia-1.0.3.ebuild
sunrise/ net-nntp/nzbperl/Manifest: Update copyright line to satisfy repoman
[~andy/sunrise] / net-analyzer / logstalgia / logstalgia-1.0.3.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI="4"
6
7 DESCRIPTION="Replays or streams an access_log as a retro arcade game-like simulation"
8 HOMEPAGE="http://code.google.com/p/logstalgia/"
9 SRC_URI="http://logstalgia.googlecode.com/files/${P}.tar.gz"
10
11 LICENSE="GPL-3"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14
15 IUSE=""
16
17 DEPEND="media-libs/mesa
18         dev-libs/libpcre
19         media-libs/libsdl[opengl]
20         media-libs/sdl-image
21         media-libs/ftgl"
22
23 RDEPEND="${DEPEND}"
24
25 src_install() {
26         emake DESTDIR="${D}" install
27 }