forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lincity-ng-2.0.ebuild
48 lines (41 loc) · 1.1 KB
/
lincity-ng-2.0.ebuild
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
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils multiprocessing games
DESCRIPTION="city/country simulation game for X and opengl"
HOMEPAGE="https://sourceforge.net/projects/lincity-ng.berlios/"
SRC_URI="mirror://sourceforge/lincity-ng.berlios/${P}.tar.bz2"
LICENSE="GPL-2 BitstreamVera"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE=""
RESTRICT=mirror
RDEPEND="virtual/opengl
sys-libs/zlib
dev-libs/libxml2
media-libs/libsdl[sound,joystick,opengl,video]
media-libs/sdl-mixer[vorbis]
media-libs/sdl-image[png]
media-libs/sdl-ttf
media-libs/sdl-gfx
dev-games/physfs"
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-util/ftjam"
src_prepare() {
epatch "${FILESDIR}"/${P}-build.patch
}
src_compile() {
jam -q -dx -j $(makeopts_jobs) || die "jam failed"
}
src_install() {
jam -sDESTDIR="${D}" \
-sappdocdir="/usr/share/doc/${PF}" \
-sapplicationsdir="/usr/share/applications" \
-spixmapsdir="/usr/share/pixmaps" \
install \
|| die "jam install failed"
rm -f "${D}"/usr/share/doc/${PF}/COPYING*
prepgamesdirs
}