You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/logstalgia/logstalgia-1.0.3-r1.ebuild

27 lines
594 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
DESCRIPTION="Replays or streams an access_log as a retro arcade game-like simulation"
HOMEPAGE="http://logstalgia.io/"
SRC_URI="https://logstalgia.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-libs/libpcre
media-libs/libsdl[opengl]
media-libs/libpng:0=
media-libs/sdl-image
media-libs/ftgl
virtual/jpeg
virtual/glu
virtual/opengl"
DEPEND="${DEPEND}
virtual/pkgconfig"
DOCS=( ChangeLog INSTALL README THANKS )