mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
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:
20
sys-apps/0xFFFF/0xFFFF-0.8.ebuild
Normal file
20
sys-apps/0xFFFF/0xFFFF-0.8.ebuild
Normal 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}"
|
||||
}
|
||||
Reference in New Issue
Block a user