games-arcade/alex4 - 1.2.1 (gamerlay)

Search

Package Information

Description:
Alex the Allegator 4 - Plenty of classic platforming in four nice colors!
Homepage:
http://allegator.sourceforge.net
License:
GPL-2

Ebuild Details

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

EAPI=7

inherit toolchain-funcs

DESCRIPTION="Alex the Allegator 4 - Plenty of classic platforming in four nice colors!"
HOMEPAGE="http://allegator.sourceforge.net"
SRC_URI="https://github.com/carstene1ns/alex4/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND="media-libs/dumb[allegro]"
DEPEND="${RDEPEND}"

PATCHES=( "${FILESDIR}/${P}_gcc10.patch" )

src_compile() {
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" PREFIX="/usr"
}

src_install() {
	emake install PREFIX="/usr" DESTDIR="${D}"
	dodoc readme.txt
}

Dependencies

DEPEND

media-libs/dumb[allegro]

RDEPEND

media-libs/dumb[allegro]

Manifest for 1.2.1

Type File Size Source URLs
DIST alex4-1.2.1.tar.gz 650782 bytes https://github.com/carstene1ns/alex4/archive/1.2.1.tar.gz