games-arcade/sdlroids - 1.3.4 (gentoo)

Search

Install

Install this version:

emerge -a =games-arcade/sdlroids-1.3.4

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

autounmask =games-arcade/sdlroids-1.3.4

Or alternatively:

emerge --autounmask-write -a =games-arcade/sdlroids-1.3.4

Package Information

Description:
Asteroids Clone for X using SDL
Homepage:
http://david.hedbor.org/projects/sdlroids/
License:
GPL-2

Ebuild Details

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

EAPI=7

inherit autotools desktop

DESCRIPTION="Asteroids Clone for X using SDL"
HOMEPAGE="http://david.hedbor.org/projects/sdlroids/"
SRC_URI="https://downloads.sourceforge.net/sdlroids/${P}.tar.bz2"

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

RDEPEND="
	media-libs/libsdl[joystick]
	media-libs/sdl-mixer"
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}"/${P}-sound.patch
	"${FILESDIR}"/${P}-Makefile.patch
	"${FILESDIR}"/${P}-fno-common.patch
)

src_prepare() {
	default
	mv configure.{in,ac} || die
	eautoreconf
}

src_install() {
	default

	newicon icons/sdlroids-48x48.xpm ${PN}.xpm
	make_desktop_entry ${PN} SDLRoids ${PN}
}

Inherited Eclasses

Dependencies

DEPEND

	media-libs/libsdl[joystick]
	media-libs/sdl-mixer

RDEPEND

	media-libs/libsdl[joystick]
	media-libs/sdl-mixer

Manifest for 1.3.4

Type File Size Source URLs
DIST sdlroids-1.3.4.tar.bz2 136588 bytes https://downloads.sourceforge.net/sdlroids/sdlroids-1.3.4.tar.bz2