]> git.pld-linux.org Git - packages/electric.git/commitdiff
- initial spec
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 14 Oct 2000 11:36:28 +0000 (11:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    electric.spec -> 1.1

electric.spec [new file with mode: 0644]

diff --git a/electric.spec b/electric.spec
new file mode 100644 (file)
index 0000000..dfee7ab
--- /dev/null
@@ -0,0 +1,56 @@
+Summary:       Electric VLSI Design System
+Summary(pl):   System projektowania uk³adów VLSI
+Name:          electric
+Version:       6.01
+Release:       1
+Group:         Applications/Engineering
+Group(de):     Applikationen/Ingenieurwesen
+Group(pl):     Aplikacje/In¿ynierskie
+License:       GPL
+Vendor:                Static Free Software
+Source0:       ftp://ftp.gnu.org/pub/electric/%{name}-%{version}.tar.gz
+Patch0:                %{name}-datadir.patch
+BuildRequires: lesstif-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define        _prefix /usr/X11R6
+
+%description
+Electric designs MOS and bipolar integrated circuits,
+printed-circuit-boards, or any type of circuit you choose. It has many
+editing styles including layout, schematics, artwork, and
+architectural specifications.
+
+A large set of tools is available including design-rule checkers,
+simulators, routers, layout generators, and more. Electric interfaces
+to most popular CAD specifications including VHDL, CIF, and GDS II.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+
+%{__make} DEBUG="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -Wall"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/electric} 
+install electric $RPM_BUILD_ROOT/%{_bindir}
+install lib/.cadrc $RPM_BUILD_ROOT/%{_datadir}/electric
+install lib/*.help $RPM_BUILD_ROOT/%{_datadir}/electric
+install lib/*.mac $RPM_BUILD_ROOT/%{_datadir}/electric
+install lib/*.txt $RPM_BUILD_ROOT/%{_datadir}/electric
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README* ChangeLog*
+%doc html/manual
+%doc examples
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/electric
This page took 0.082688 seconds and 4 git commands to generate.