4 Summary: Electronic circuit schematic drawing program
5 Group: Applications
/Engineering
7 URL: http
://opencircuitdesign.com
/xcircuit
/index.html
8 Source: http
://opencircuitdesign.com
/xcircuit
/archive
/%{name}-%{version}.tgz
9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n
)
10 BuildRequires
: libX11
-devel
, libXt
-devel
, tcl
-devel
, tk
-devel
11 Requires: libX11
, libXt
, tcl
, tk
14 Xcircuit is a general
-purpose drawing program and also a specific
-purpose
15 CAD program
for circuit schematic drawing and schematic capture. The output
23 --with
-tcl
=%{_libdir} \
24 --with
-tk
=%{_libdir} \
25 --with
-tclincls
=%{_includedir} \
26 --with
-tkincls
=%{_includedir} \
27 --with
-tcllibs
=%{_libdir} \
28 --with
-tklibs
=%{_libdir}
32 rm -rf $RPM_BUILD_ROOT
33 make install DESTDIR
=$RPM_BUILD_ROOT
36 rm -rf $RPM_BUILD_ROOT
39 %defattr(-,root
,root
,-)
40 %doc CHANGES COPYRIGHT README README.
* TODO VERSION
42 /usr
/lib
/xcircuit
-3.7/*