]> git.pld-linux.org Git - packages/cpg.git/commitdiff
- initial release
authorjuandon <witekfl@pld-linux.org>
Mon, 30 Sep 2002 08:05:53 +0000 (08:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpg.spec -> 1.1

cpg.spec [new file with mode: 0644]

diff --git a/cpg.spec b/cpg.spec
new file mode 100644 (file)
index 0000000..b6cfe04
--- /dev/null
+++ b/cpg.spec
@@ -0,0 +1,41 @@
+Summary:       LDP A Porting Guide - Porting LinuxPPC to a Custom SBC
+Summary(pl):   Przewodnik dla przenosz±cych Linuksa na platformê PPC
+Name:          cpg
+Version:       2.0
+Release:       1
+License:       distributable
+Group:         Documentation
+Source0:       http://www.tldp.org/LDP/%{name}/Custom-Porting-Guide.html.tar.gz
+URL:           http://www.tldp.org/LDP/%{name}/html/index.html
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This guide describes a work in progress, to port Linux to a custom
+PowerPC-based board. This means making the operating system work on
+unfamiliar hardware. Anyone, who is on the same track might benefit
+from reading this paper, as it highlights the pitfalls and problematic
+points along the way.
+
+%description -l pl
+Ten podrêcznik opisuje sposób pracy przy przenoszeniu Linuksa na
+platformê PowerPC. To znaczy jak "siê obchodziæ" z nie znanym
+sprzêtem. Ktokolwiek, kto siê tym zajmuje mo¿e skorzystaæ z czytania
+tego przewodnika, gdy¿ wyró¿nione s± tu pu³apki i problematyczne
+sytucje, które mog± siê przy tym przytrafiæ.
+
+%prep
+%setup -q -n Custom-Porting-Guide
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
+
+cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_docdir}/LDP/%{name}
This page took 0.0795 seconds and 4 git commands to generate.