]> git.pld-linux.org Git - packages/kicad.git/blame - kicad.spec
- initial PLD release
[packages/kicad.git] / kicad.spec
CommitLineData
4b5aca64 1%define _release r304
2Summary: KiCad - is a GPL'd suite of programs for EDA
3Summary(pl.UTF-8): KiCad jest zestawem programów na licencji GPL zaliczanym do kategorii EDA
4Name: kicad
5Version: 20071004
6Release: 0.5
7License: GPL
8Group: Applications
9Source0: http://dl.sourceforge.net/kicad/%{name}-%{version}-%{_release}.tar.bz2
10# Source0-md5: 8ef6310123e9361c5780d321ec07cc8b
11URL: http://kicad.sourceforge.net/
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15KiCad consists of a project manager and four main programs:
16- kicad - the project manager.
17- eeschema - the schematic editor.
18- cvpcb - the footprint selector for components used in the circuit
19 design.
20- pcbnew - the PCB layout program.
21- gerbview - the Gerber (photoplotter documents) viewer.
22
23%description -l pl.UTF-8
24KiCad składa się z menadżera projektów oraz czterych głównych
25programów:
26- kicad - menadżer projektów.
27- eeschema - edytor schematów.
28- cvpcb - the footprint selector for components used in the circuit
29 design.
30- pcbnew - the PCB layout program.
31- gerbview - the Gerber (photoplotter documents) viewer.
32
33%prep
34%setup -q -n %{name}
35
36%build
37%{__make} -f makefile.gtk
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} -f makefile.gtk install \
43 DESTDIR=$RPM_BUILD_ROOT \
44 PREFIX=$RPM_BUILD_ROOT%{_prefix}
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc change_log.txt news.txt regex_doc.txt todo.txt version.txt
52%attr(755,root,root) %{_bindir}/*
53%{_datadir}/%{name}
54%{_libdir}/%{name}
55%{_docdir}/%{name}
This page took 0.0787 seconds and 4 git commands to generate.