]> git.pld-linux.org Git - packages/kicad.git/blob - kicad.spec
- initial PLD release
[packages/kicad.git] / kicad.spec
1 %define         _release        r304
2 Summary:        KiCad - is a GPL'd suite of programs for EDA
3 Summary(pl.UTF-8):      KiCad jest zestawem programów na licencji GPL zaliczanym do kategorii EDA
4 Name:           kicad
5 Version:        20071004
6 Release:        0.5
7 License:        GPL
8 Group:          Applications
9 Source0:        http://dl.sourceforge.net/kicad/%{name}-%{version}-%{_release}.tar.bz2
10 # Source0-md5:  8ef6310123e9361c5780d321ec07cc8b
11 URL:            http://kicad.sourceforge.net/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 KiCad 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
24 KiCad składa się z menadżera projektów oraz czterych głównych
25 programó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
40 rm -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
47 rm -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.032216 seconds and 3 git commands to generate.