games-arcade/spout - 1.3 (gentoo)

Search

Install

Install this version:

emerge -a =games-arcade/spout-1.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-arcade/spout-1.3

Or alternatively:

emerge --autounmask-write -a =games-arcade/spout-1.3

Package Information

Description:
Abstract Japanese caveflier / shooter
Homepage:
http://freshmeat.net/projects/spout/
License:
LGPL-2

Ebuild Details

Version EAPI Keywords Slot
1.3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools desktop readme.gentoo-r1

MY_P="spout-unix-${PV}"

DESCRIPTION="Abstract Japanese caveflier / shooter"
HOMEPAGE="http://freshmeat.net/projects/spout/"
SRC_URI="http://rohanpm.net/files/old/${MY_P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=">=media-libs/libsdl-1.2.6"
RDEPEND="${DEPEND}"

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

PATCHES=(
	"${FILESDIR}"/${P}-fno-common.patch
	"${FILESDIR}"/${PN}-1.3-Fix-implicit-function-declarations.patch
)

src_prepare() {
	default

	eautoreconf
}

src_install() {
	dobin spout
	einstalldocs

	doicon spout.png
	make_desktop_entry spout "Spout"

	local DOC_CONTENTS="
	To play in fullscreen mode, do 'spout f'.
	To play in a greater resolution, do 'spout x', where
	x is an integer; the larger x is, the higher the resolution.

	To play:
	* Accelerate - spacebar, enter, z, x
	* Pause - escape
	* Exit - shift+escape
	* Rotate - left or right"
	readme.gentoo_create_doc
}

pkg_postinst() {
	readme.gentoo_print_elog
}

Inherited Eclasses

Dependencies

DEPEND

>=media-libs/libsdl-1.2.6

RDEPEND

>=media-libs/libsdl-1.2.6

Manifest for 1.3

Type File Size Source URLs
DIST spout-unix-1.3.tar.bz2 92144 bytes http://rohanpm.net/files/old/spout-unix-1.3.tar.bz2