mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-lang/fbc-bootstrap: Version bump to 1.08.1
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
This commit is contained in:
29
dev-lang/fbc-bootstrap/fbc-bootstrap-1.08.1.ebuild
Normal file
29
dev-lang/fbc-bootstrap/fbc-bootstrap-1.08.1.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Bootstrap package for dev-lang/fbc"
|
||||
HOMEPAGE="https://www.freebasic.net"
|
||||
SRC_URI="https://github.com/freebasic/fbc/releases/download/${PV}/FreeBASIC-${PV}-source-bootstrap.tar.xz"
|
||||
|
||||
LICENSE="FDL-1.2 GPL-2+ LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/fbc-1.08.1-Pass-ltinfo-to-linker.patch )
|
||||
|
||||
S="${WORKDIR}/FreeBASIC-${PV}-source-bootstrap"
|
||||
|
||||
src_compile() {
|
||||
emake bootstrap-minimal \
|
||||
AR=$(tc-getAR) AS=$(tc-getAS) CC=$(tc-getCC) CFLAGS="${CFLAGS}" V=1
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newbin bin/fbc fbc-bootstrap
|
||||
emake DESTDIR="${D}" prefix="/usr/share/freebasic-bootstrap" TARGET=${CHOST} install-includes
|
||||
emake DESTDIR="${D}" prefix="/usr/share/freebasic-bootstrap" TARGET=${CHOST} install-rtlib
|
||||
}
|
||||
Reference in New Issue
Block a user