sys-fs/yaffs2utils - 0.2.9 (gentoo)

Search

Install

Install this version:

emerge -a =sys-fs/yaffs2utils-0.2.9

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

autounmask =sys-fs/yaffs2utils-0.2.9

Or alternatively:

emerge --autounmask-write -a =sys-fs/yaffs2utils-0.2.9

Package Information

Description:
tools for generating YAFFS images
Homepage:
https://code.google.com/p/yaffs2utils/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.2.9 8 ~amd64 ~arm ~mips ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="tools for generating YAFFS images"
HOMEPAGE="https://code.google.com/p/yaffs2utils/"
SRC_URI="https://yaffs2utils.googlecode.com/files/${PV}.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${PV}

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

PATCHES=(
	"${FILESDIR}"/${P}-build.patch
	"${FILESDIR}"/${P}-unyaffs2-pointer.patch
)

src_configure() {
	tc-export CC
}

src_install() {
	dobin unspare2 mkyaffs2 unyaffs2
	dodoc CHANGES README
}

Inherited Eclasses

Manifest for 0.2.9

Type File Size Source URLs
DIST yaffs2utils-0.2.9.tar.gz 39689 bytes https://yaffs2utils.googlecode.com/files/0.2.9.tar.gz