summaryrefslogtreecommitdiff
blob: 808a6c934737e4fe6cc799d8af822dd52b2326ce (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
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit eutils

DESCRIPTION="Replays or streams an access_log as a retro arcade game-like simulation"
HOMEPAGE="http://logstalgia.io/"
SRC_URI="https://github.com/acaudwell/Logstalgia/releases/download/${P}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-libs/libpcre
	media-libs/freetype:2
	media-libs/glew:0=
	media-libs/libsdl2[opengl,threads]
	media-libs/libpng:0=
	media-libs/sdl2-image[jpeg,png]
	virtual/glu
	virtual/opengl"
DEPEND="${DEPEND}
	dev-libs/boost
	media-libs/glm
	virtual/pkgconfig"

DOCS=( ChangeLog INSTALL README THANKS )

src_prepare() {
	epatch_user
}