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