[packages/sigrok-firmware-fx2lafw] - initial (based on http://g-tech.no-ip.org/~mrnuke/SPECS/)
arekm
arekm at pld-linux.org
Sat Mar 9 15:54:25 CET 2013
commit de4889a3d234a5f9a96f15522d3cdad0d23977b6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Mar 9 15:54:13 2013 +0100
- initial (based on http://g-tech.no-ip.org/~mrnuke/SPECS/)
sigrok-firmware-fx2lafw.spec | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
---
diff --git a/sigrok-firmware-fx2lafw.spec b/sigrok-firmware-fx2lafw.spec
new file mode 100644
index 0000000..679581f
--- /dev/null
+++ b/sigrok-firmware-fx2lafw.spec
@@ -0,0 +1,40 @@
+Summary: Firmware for logic analyzers based on the Cypress EZ-USB FX2(LP) chip
+Name: sigrok-firmware-fx2lafw
+Version: 0.1.0
+Release: 1
+License: GPLv2+ and LGPLv2+
+Group: Applications/Engineering
+URL: http://sigrok.org/wiki/Fx2lafw
+Source0: http://downloads.sourceforge.net/sigrok/%{name}-%{version}.tar.gz
+# Source0-md5: 4e1080dbaaf44f1faba503a742b8bc56
+BuildRequires: sdcc
+BuildArch: noarch
+
+%description
+fx2lafw is a free/libre/open-source firmware for logic analyzers based
+on the Cypress EZ-USB FX2(LP) chip.
+
+It is licensed under the terms of the GNU GPL (version 2 or later),
+and uses additional helper code (fx2lib), licensed under the GNU LGPL
+(version 2.1 or later).
+
+%prep
+%setup -q
+
+%build
+%{__make} -j1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+# libsigrok will look here
+%{__make} -j1 install \
+ DESTDIR=$RPM_BUILD_ROOT/%{_datadir}/sigrok-firmware
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README NEWS ChangeLog
+%{_datadir}/sigrok-firmware
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sigrok-firmware-fx2lafw.git/commitdiff/de4889a3d234a5f9a96f15522d3cdad0d23977b6
More information about the pld-cvs-commit
mailing list