/[packages]/cauldron/logisim/current/SPECS/logisim.spec
ViewVC logotype

Contents of /cauldron/logisim/current/SPECS/logisim.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 654981 - (show annotations) (download)
Mon Jul 21 06:45:57 2014 UTC (9 years, 8 months ago) by alexl
File size: 1514 byte(s)
- new url
- enabled AutoReqProv
1 Summary: Graphical tool for designing and simulating logic circuits
2 Name: logisim
3 Version: 2.7.1
4 Release: %mkrel 3
5 License: GPLv2
6 Group: Sciences/Other
7 URL: http://www.cburch.com/logisim/index.html
8 BuildArchitectures: noarch
9 Requires: jre >= 1.5.0
10 Source0: https://sourceforge.net/projects/circuit/files/2.7.x/%{version}/%{name}-generic-%{version}.jar
11 Source1: %{name}
12 Source2: %{name}-icon-128.png
13 Source3: %{name}.desktop
14
15 %description
16 Graphical tool for designing and simulating logic circuits.
17 Logisim is an educational tool for designing and simulating digital logic
18 circuits. With its simple toolbar interface and simulation of circuits as
19 you build them, it is simple enough to facilitate learning the most basic
20 concepts related to logic circuits. With the capacity to build larger circuits
21 from smaller subcircuits, and to draw bundles of wires with a single mouse
22 drag, Logisim can be used (and is used) to design and simulate entire CPUs
23 for educational purposes.
24
25 %prep
26 #nothing
27
28 %build
29 #nothing
30
31 %install
32 mkdir -p %{buildroot}/%{_javadir}/%{name}
33 cp -f %{SOURCE0} %{buildroot}/%{_javadir}/%{name}
34 mkdir -p %{buildroot}%{_bindir}
35 install -m 755 %{SOURCE1} %{buildroot}%{_bindir}
36 mkdir -p %{buildroot}/%{_datadir}/pixmaps
37 cp -f %{SOURCE2} %{buildroot}/%{_datadir}/pixmaps
38 mkdir -p %{buildroot}/%{_datadir}/applications
39 cp -f %{SOURCE3} %{buildroot}/%{_datadir}/applications
40
41 %files
42 %{_javadir}/%{name}
43 %{_bindir}/%{name}
44 %{_datadir}/pixmaps/%{name}-icon-128.png
45 %{_datadir}/applications/%{name}.desktop

  ViewVC Help
Powered by ViewVC 1.1.30