games-engines/freesci - 0.6.4 (mv)

Search

Install

Install this version:

emerge -a =games-engines/freesci-0.6.4

Package Information

Description:
Sierra script interpreter for your old Sierra adventures
Homepage:
http://freesci.linuxgames.com/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.6.4 9 amd64 ~ppc x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors and Martin V\"ath
# Distributed under the terms of the GNU General Public License v2

EAPI=9
inherit desktop
RESTRICT="mirror"

DESCRIPTION="Sierra script interpreter for your old Sierra adventures"
HOMEPAGE="http://freesci.linuxgames.com/"
SRC_URI="http://www-plan.cs.colorado.edu/creichen/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE="X ggi sdl"

DEPEND="media-libs/alsa-lib
	X? (
		x11-libs/libX11
		x11-libs/libXrender
		x11-libs/libXext
	)
	ggi? ( media-libs/libggi )
	sdl? ( media-libs/libsdl )"
RDEPEND="${DEPEND}"

src_prepare() {
	sed -i \
		-e "/^SUBDIRS =/s:desktop src conf debian:src:" \
		Makefile.in \
		|| die "sed failed"
	eapply -p0 "${FILESDIR}"/${P}-glibc2.10.patch
	eapply "${FILESDIR}"/inline.patch
	default
}

src_configure() {
	econf \
		--with-Wall \
		--without-directfb \
		$(use_with X x) \
		$(use_with ggi) \
		$(use_with sdl)
}

src_install() {
	default
	doicon desktop/${PN}.png
	make_desktop_entry ${PN} FreeSCI
}

USE Flags

Manage flags for this package: euse -i <flag> -p games-engines/freesci | euse -E <flag> -p games-engines/freesci | euse -D <flag> -p games-engines/freesci

Global/Standard Flags

X
ggi
sdl

Inherited Eclasses

Dependencies

DEPEND

media-libs/alsa-lib
	X? (
		x11-libs/libX11
		x11-libs/libXrender
		x11-libs/libXext
	)
	ggi? ( media-libs/libggi )
	sdl? ( media-libs/libsdl )

RDEPEND

media-libs/alsa-lib
	X? (
		x11-libs/libX11
		x11-libs/libXrender
		x11-libs/libXext
	)
	ggi? ( media-libs/libggi )
	sdl? ( media-libs/libsdl )

Manifest for 0.6.4

Type File Size Source URLs
DIST freesci-0.6.4.tar.bz2 1113088 bytes http://www-plan.cs.colorado.edu/creichen/freesci/freesci-0.6.4.tar.bz2