Skip to content

Commit

Permalink
fx2lafw: new recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkomandy committed Jan 14, 2019
1 parent 76cac5a commit f910b01
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions sys-firmware/sigrok-firmware-fx2lafw/fx2lafw-0.1.6.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
SUMMARY="Cypress FX2 generic logic analyzer firmware"
DESCRIPTION="Firmware for Cypress FX2 chips which makes them usable as simple \
logic analyzer and/or oscilloscope hardware.
The fx2lafw firmware is meant to work on any FX2-based hardware, including \
logic analyzers, FX2 eval boards, oscilloscopes, or other hardware which has \
this chip on-board.
Devices running this firmware can be used with the sigrok suite tools for \
capturing data."
HOMEPAGE="https://sigrok.org/wiki/Fx2lafw"
COPYRIGHT="2014-2018 Sigrok contributors"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://sigrok.org/download/source/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-$portVersion.tar.gz"
SOURCE_DIR="sigrok-firmware-fx2lafw-$portVersion"
CHECKSUM_SHA256="e4c96927324f50d08071aa646124d8b6adfe89352ab650ccdad4b3d587fca5a3"

ARCHITECTURES="any"

PROVIDES="
fx2lafw = $portVersion
"
REQUIRES="
haiku
"

BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
cmd:awk
cmd:make
cmd:sdcc
"

BUILD()
{
runConfigure ./configure
make $jobArgs
}

INSTALL()
{
make install
}

0 comments on commit f910b01

Please sign in to comment.