mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
rfidler: maybe people want to upgrade their firmware
This commit is contained in:
parent
0a6ef1ca9d
commit
cc8f034305
2 changed files with 8 additions and 6 deletions
|
|
@ -1 +1 @@
|
|||
EBUILD rfidler-0.01_p20150630-r1.ebuild 931 SHA256 a5b530df1bc568b39a641ad7ae230f4128334289c97bbeb5d904e04819d47f9c SHA512 43ca1a5d9574896955c7c7e63a69e487f31b167323b359eba05c31afd89a5698efd8317f1fc86e87e55317982d9af0300d5cbb44ccd2afacdb619b56d46ac337 WHIRLPOOL 8ee23a0a2d353906c770bed25eb832f1904fba5f3d8b4c79752e6792e9346fc82e727912319f8ea1bac19d574f495298f180ef97f19202dd5541c927e88f316b
|
||||
EBUILD rfidler-0.01_p20150630-r2.ebuild 1158 SHA256 3b014664c76ac977178622ca6643809c11df45628bb512016d0dbafab15b2d72 SHA512 1081b5d14919c24e7c072af0648620b55f210dab48649c43262a93bed1911559db3ebabd54b21dc3f28a52b1f20b37b2773262ea606d6adebb4ab4bbce7ae5bf WHIRLPOOL e536cd805c40bb7782d37442fa6bd4baba9a2ed6e3345dec7d7c79e3fd78caa20e6ab980e7c3933663b81b081ce054f0603689bace863e716f8e5492c58e8f18
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: blshkv $
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
|
|
@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
|
|||
inherit git-r3 udev distutils-r1 multilib
|
||||
|
||||
DESCRIPTION="command line rfid interface"
|
||||
HOMEPAGE="https://github.com/ApertureLabsLtd/RFIDler"
|
||||
HOMEPAGE="https://github.com/ApertureLabsLtd/RFIDler.git"
|
||||
EGIT_REPO_URI="https://github.com/ApertureLabsLtd/RFIDler.git"
|
||||
EGIT_COMMIT="b30180f973491813f22e2fe910f94e9e2a480a91"
|
||||
|
||||
|
|
@ -26,12 +26,14 @@ S="${WORKDIR}/${P}/python"
|
|||
src_install() {
|
||||
distutils-r1_src_install
|
||||
udev_dorules "${WORKDIR}/${P}/linux-support/71-rfidler-lf-cdc-blacklist.rules"
|
||||
insinto /usr/share/${PN}/
|
||||
doins "${WORKDIR}/${P}"/firmware/Pic32/RFIDler.X/dist/debug/production/RFIDler.X.production.hex
|
||||
}
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
einfo
|
||||
einfo "Depends on your hardware, you might have the following new devices:"
|
||||
einfo "Firmware has been installed in /usr/share/${PN} and can be installed with dev-embedded/mphidflash"
|
||||
einfo "Depending on your hardware, you might have the following new devices:"
|
||||
einfo "/dev/RFIDlerBL"
|
||||
einfo "/dev/RFIDler"
|
||||
einfo "/dev/ttyACM0 (here might be a bug in the provided udev rule)"
|
||||
einfo "/dev/ttyACM0 (if the provided udev rule does not see the device)"
|
||||
}
|
||||
Loading…
Reference in a new issue