sys-apps/0xFFFF - 0.10 (guru)

Search

Install

Install this version:

emerge -a =sys-apps/0xFFFF-0.10

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

autounmask =sys-apps/0xFFFF-0.10

Or alternatively:

emerge --autounmask-write -a =sys-apps/0xFFFF-0.10

Package Information

Description:
0pen Free Fiasco Firmware Flasher for Maemo devices
Homepage:
https://github.com/pali/0xFFFF
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit toolchain-funcs

DESCRIPTION="0pen Free Fiasco Firmware Flasher for Maemo devices"
HOMEPAGE="https://github.com/pali/0xFFFF"
SRC_URI="https://github.com/pali/${PN}/releases/download/${PV}/${P}.tar.gz"

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

DEPEND="virtual/libusb:0"
RDEPEND="${DEPEND}"

src_prepare() {
	sed -i 's/-O2//' src/Makefile || die
	default
}

src_compile() {
	tc-export CC
	default
}

src_install() {
	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
}

Inherited Eclasses

Dependencies

DEPEND

virtual/libusb:0

RDEPEND

virtual/libusb:0

Manifest for 0.10

Type File Size Source URLs
DIST 0xFFFF-0.10.tar.gz 67940 bytes https://github.com/pali/0xFFFF/releases/download/0.10/0xFFFF-0.10.tar.gz