sys-apps/0xFFFF: New package.

Nokia phones flasher (used for example for legendary Nokia N900).

Signed-off-by: David Heidelberg <david@ixit.cz>
This commit is contained in:
David Heidelberg
2020-04-23 21:39:15 +02:00
parent 7ec4544c20
commit 8282e2bea2
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Copyright 2013-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="The 0pen Free Fiasco Firmware Flasher"
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"
IUSE=""
DEPEND="dev-libs/libusb-compat"
RDEPEND="${DEPEND}"
src_install() {
make install PREFIX=/usr DESTDIR="${ED}"
}