dev-util/abootimg - 20150323 (gentoo)

Search

Install

Install this version:

emerge -a =dev-util/abootimg-20150323

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

autounmask =dev-util/abootimg-20150323

Or alternatively:

emerge --autounmask-write -a =dev-util/abootimg-20150323

Package Information

Description:
Manipulate Android boot images
Homepage:
https://gitlab.com/ajs124/abootimg
License:
GPL-2+

Ebuild Details

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

EAPI=8

inherit toolchain-funcs

COMMIT="1ebeb393252ab5aeed62e34bc439b6728444f06e"
DESCRIPTION="Manipulate Android boot images"
HOMEPAGE="https://gitlab.com/ajs124/abootimg"
SRC_URI="https://gitlab.com/ajs124/abootimg/-/archive/${COMMIT}/abootimg-${COMMIT}.tar.bz2 -> ${P}.tar.bz2"
S="${WORKDIR}/${PN}-${COMMIT}"

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

DEPEND="sys-apps/util-linux"
RDEPEND="${DEPEND}"

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

src_install() {
	dobin abootimg
}

Inherited Eclasses

Dependencies

DEPEND

sys-apps/util-linux

RDEPEND

sys-apps/util-linux

Manifest for 20150323

Type File Size Source URLs
DIST abootimg-20150323.tar.bz2 17906 bytes https://gitlab.com/ajs124/abootimg/-/archive/1ebeb393252ab5aeed62e34bc439b6728444f06e/abootimg-1ebeb393252ab5aeed62e34bc439b6728444f06e.tar.bz2