]> git.pld-linux.org Git - packages/cpg.git/blob - cpg.spec
- gpm-friendly Source0
[packages/cpg.git] / cpg.spec
1 Summary:        LDP A Porting Guide - Porting LinuxPPC to a Custom SBC
2 Summary(pl):    Przewodnik dla przenosz±cych Linuksa na platformê PPC
3 Name:           cpg
4 Version:        2.0
5 Release:        1
6 License:        distributable
7 Group:          Documentation
8 Source0:        http://www.tldp.org/LDP/cpg/Custom-Porting-Guide.html.tar.gz
9 # Source0-md5:  d3716f3750152305b10cd557e2bdbffd
10 URL:            http://www.tldp.org/LDP/cpg/html/index.html
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 This guide describes a work in progress, to port Linux to a custom
16 PowerPC-based board. This means making the operating system work on
17 unfamiliar hardware. Anyone, who is on the same track might benefit
18 from reading this paper, as it highlights the pitfalls and problematic
19 points along the way.
20
21 %description -l pl
22 Ten podrêcznik opisuje sposób pracy przy przenoszeniu Linuksa na
23 platformê PowerPC. To znaczy jak "siê obchodziæ" z nie znanym
24 sprzêtem. Ktokolwiek, kto siê tym zajmuje mo¿e skorzystaæ z czytania
25 tego przewodnika, gdy¿ wyró¿nione s± tu pu³apki i problematyczne
26 sytuacje, które mog± siê przy tym przytrafiæ.
27
28 %prep
29 %setup -q -n Custom-Porting-Guide
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
34
35 cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %{_docdir}/LDP/%{name}
This page took 0.045532 seconds and 3 git commands to generate.