]> git.pld-linux.org Git - packages/acs.git/blob - acs.spec
- release 2.
[packages/acs.git] / acs.spec
1 Summary:        Spice-like analog simulator
2 Summary(pl):    Symulator uk³adów analogowych typu Spice
3 Name:           acs
4 Version:        0.28
5 Release:        2
6 License:        GPL
7 Group:          Applications/Engineering
8 Group(de):      Applikationen/Ingenieurwesen
9 Group(es):      Aplicaciones/Ingeniería
10 Group(fr):      Applications/Ingénierie
11 Group(pl):      Aplikacje/In¿ynierskie
12 Group(pt):      Aplicações/Engenharia
13 Source0:        ftp://metalab.unc.edu/pub/Linux/apps/circuits/%{name}-%{version}.tar.gz
14 Patch0:         %{name}-opt.patch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 ACS is a general purpose circuit simulator. It performs nonlinear dc
19 and transient analyses, fourier analysis, and ac analysis linearized
20 at an operating point. It is fully interactive and command driven. It
21 can also be run in batch mode or as a server. The output is produced
22 as it simulates. Spice compatible models for the MOSFET (level
23 1,2,3,6) and diode are included in this release.
24
25 %description -l pl
26 ACS jest symulatorem obwodów elektronicznych. Umo¿liwia on analizy:
27 nieliniow± dc, analizy przej¶ciowe, analizy fouriera oraz analizy ac
28 zlinearyzowane w czasie operacji. Symulator jest w pe³ni interaktywny
29 ale mo¿e byæ uruchamiany w trybie batch lub serwer. Modele MOSFET
30 (poziom 1,2,3,6) oraz diod kompatybilne ze Spice s± zawarte w
31 pakiecie.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 OPT_FLAGS="%{rpmcflags}"; export OPT_FLAGS
39 cd src
40 %{__make} linux
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT{%{_bindir},%{_examplesdir}/%{name}-%{version}}
45
46 install src/LINUX/acs   $RPM_BUILD_ROOT%{_bindir}/
47 install examples/*      $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
48
49 gzip -9nf doc/*
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc man/man doc/*.gz
57 %attr(755,root,root) %{_bindir}/*
58 %{_examplesdir}/%{name}-%{version}
This page took 0.027331 seconds and 4 git commands to generate.