summaryrefslogtreecommitdiff
path: root/games-arcade/tsc/tsc-scm.ebuild
blob: 4aba4eb7aa950aca5cb9f96fd125b0a0216e4abc (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Copyright 2012 Funtoo Technologies
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/smc/smc-1.9.ebuild,v 1.5 2011/04/27 16:39:06 mr_bones_ Exp $

EAPI=5
inherit eutils flag-o-matic git-r3 cmake-utils games

DESCRIPTION="The Secret Chronicles of Dr. M."
HOMEPAGE="http://www.secretchronicles.de"
EGIT_REPO_URI="git://github.com/Secretchronicles/TSC.git"
EGIT_BRANCH="devel"

#BUILD_DIR="$WORKDIR/tsc"

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

RDEPEND="media-libs/glew
		virtual/opengl
		media-libs/libpng
		media-libs/libsdl
		media-libs/sdl-image
		media-libs/sdl-mixer
		media-libs/sdl-ttf
		dev-libs/libpcre
		dev-cpp/libxmlpp
		media-libs/freetype
		>=dev-libs/boost-1.50
		media-libs/devil"

DEPEND="dev-util/gperf
		sys-devel/bison
		dev-util/pkgconfig
"

S="${WORKDIR}/${PN}"


src_unpack() {
	git-r3_src_unpack

}

S="${WORKDIR}/tsc-scm/tsc"

src_configure() {
#	cd tsc
	cmake-utils_src_configure
}


src_compile() {
#	cd tsc
	cmake-utils_src_compile
}


src_install() {
	cmake-utils_src_install
	prepgamesdirs
}