dev-lang/rgbds - 0.3.7 (luke-jr)

Search

Install

Install this version:

emerge -a =dev-lang/rgbds-0.3.7

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

autounmask =dev-lang/rgbds-0.3.7

Or alternatively:

emerge --autounmask-write -a =dev-lang/rgbds-0.3.7

Package Information

Description:
Free assembler/linker package for the Game Boy and Game Boy Color
Homepage:
https://rednex.github.io/rgbds/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.3.7 7 ~amd64 ~ppc64 0
View Raw Ebuild
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit flag-o-matic

DESCRIPTION="Free assembler/linker package for the Game Boy and Game Boy Color"
HOMEPAGE="https://rednex.github.io/rgbds/"
SRC_URI="https://github.com/rednex/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="MIT"

SLOT="0"
KEYWORDS="~amd64 ~ppc64"
IUSE=""

RDEPEND="
	media-libs/libpng:=
"
DEPEND="${RDEPEND}
	app-alternatives/yacc
	sys-devel/flex
	virtual/pkgconfig
"

src_prepare() {
	default
	append-cflags -fcommon
}

src_compile() {
	emake Q= CFLAGS="${CFLAGS}" || die
}

src_install() {
	emake Q= CFLAGS="${CFLAGS}" STRIP= DESTDIR="${D}" PREFIX=/usr mandir=/usr/share/man install || die
}

Inherited Eclasses

Dependencies

DEPEND

	media-libs/libpng:=

	app-alternatives/yacc
	sys-devel/flex
	virtual/pkgconfig

RDEPEND

	media-libs/libpng:=

Manifest for 0.3.7

Type File Size Source URLs
DIST rgbds-0.3.7.tar.gz 142843 bytes https://github.com/rednex/rgbds/releases/download/v0.3.7/rgbds-0.3.7.tar.gz