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}"
}

1
sys-apps/0xFFFF/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST 0xFFFF-0.8.tar.gz 64504 BLAKE2B bc650f494c9c485169c65eeee03f28a62a76089b79aa55948eddd70dd88f135541a16de97820845c98843f4419e80d1b24f1cedef0ec46746c44c14839f8c93b SHA512 514104d60561d601628081de44109c89a21e861e2a0c8ad7e5b9b0fef19c068af9ee1b274a55722083f85b0ca9f6a84a8c6cd97b9017d85b4e975974bb73506a

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>david@ixit.cz</email>
<name>David Heidelberger</name>
</maintainer>
<longdescription lang="en">
Program for firmware flashing Linux based Nokia devices such as N900.
</longdescription>
<longdescription lang="cs">
Program pro nahrání firmwaru do Nokií založených na Linuxu (jako např. Nokia N900).
</longdescription>
</pkgmetadata>