From d6476aa008151e69dbc51a405c3169447953db1c Mon Sep 17 00:00:00 2001 From: Andrzej Telszewski Date: Mon, 3 Aug 2015 18:40:08 +0700 Subject: misc/sigrok-firmware-fx2lafw: Added (Firmware for Cypress FX2). Signed-off-by: Willy Sudiarto Raharjo --- misc/sigrok-firmware-fx2lafw/README | 4 ++ .../sigrok-firmware-fx2lafw.SlackBuild | 62 ++++++++++++++++++++++ .../sigrok-firmware-fx2lafw.info | 10 ++++ misc/sigrok-firmware-fx2lafw/slack-desc | 19 +++++++ 4 files changed, 95 insertions(+) create mode 100644 misc/sigrok-firmware-fx2lafw/README create mode 100644 misc/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw.SlackBuild create mode 100644 misc/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw.info create mode 100644 misc/sigrok-firmware-fx2lafw/slack-desc (limited to 'misc/sigrok-firmware-fx2lafw') diff --git a/misc/sigrok-firmware-fx2lafw/README b/misc/sigrok-firmware-fx2lafw/README new file mode 100644 index 0000000000..3dce275cd7 --- /dev/null +++ b/misc/sigrok-firmware-fx2lafw/README @@ -0,0 +1,4 @@ +fx2lafw is an open-source firmware for Cypress FX2 chips which makes them +usable as simple logic analyzer hardware. The fx2lafw firmware is meant to +work on any FX2-based hardware, including logic analyzers, FX2 eval boards, +or other hardware which has this chip on-board. diff --git a/misc/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw.SlackBuild b/misc/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw.SlackBuild new file mode 100644 index 0000000000..1fb21c6ec9 --- /dev/null +++ b/misc/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw.SlackBuild @@ -0,0 +1,62 @@ +#!/bin/sh + +# Slackware build script for sigrok fx2lafw firmware + +# Copyright 2015 Andrzej Telszewski, Sabadell +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +PRGNAM=sigrok-firmware-fx2lafw +VERSION=${VERSION:-0.1.2} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION +chown -R root:root . +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +./configure --prefix=/usr +make +make install DESTDIR=$PKG + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS ChangeLog COPYING{,.LESSER} INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-noarch-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/misc/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw.info b/misc/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw.info new file mode 100644 index 0000000000..6102bdd39f --- /dev/null +++ b/misc/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw.info @@ -0,0 +1,10 @@ +PRGNAM="sigrok-firmware-fx2lafw" +VERSION="0.1.2" +HOMEPAGE="http://sigrok.org/wiki/Fx2lafw" +DOWNLOAD="http://sigrok.org/download/source/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-0.1.2.tar.gz" +MD5SUM="5d0d944b23ef749a8e9f2458f4d4b680" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="sdcc" +MAINTAINER="Andrzej Telszewski" +EMAIL="atelszewski@gmail.com" diff --git a/misc/sigrok-firmware-fx2lafw/slack-desc b/misc/sigrok-firmware-fx2lafw/slack-desc new file mode 100644 index 0000000000..f3ee8cea83 --- /dev/null +++ b/misc/sigrok-firmware-fx2lafw/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +sigrok-firmware-fx2lafw: sigrok-firmware-fx2lafw (logic analyzer firmware for Cypress FX2) +sigrok-firmware-fx2lafw: +sigrok-firmware-fx2lafw: fx2lafw is an open-source firmware for Cypress FX2 chips which makes +sigrok-firmware-fx2lafw: them usable as simple logic analyzer hardware. The firmware is meant +sigrok-firmware-fx2lafw: to work on any FX2-based hardware, including logic analyzers, FX2 +sigrok-firmware-fx2lafw: eval boards, or other hardware which has this chip on-board. +sigrok-firmware-fx2lafw: +sigrok-firmware-fx2lafw: +sigrok-firmware-fx2lafw: +sigrok-firmware-fx2lafw: Homepage: http://sigrok.org/wiki/Fx2lafw +sigrok-firmware-fx2lafw: -- cgit v1.2.3