]> git.pld-linux.org Git - packages/LFS.git/blob - LFS.spec
- some pld.org.pl->pld-linux.org cosmetics
[packages/LFS.git] / LFS.spec
1 Summary:        LDP Linux From Scratch
2 Summary(pl):    LDP - Linux od podstaw
3 Name:           LFS
4 Version:        3.3
5 Release:        1
6 License:        distributable
7 Group:          Documentation
8 Source0:        http://www.tldp.org/LDP/lfs/%{name}.html.tar.gz
9 URL:            http://www.tldp.org/LDP/lfs/%{name}/index.html
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Derived from the popular Linux-From-Scratch-HOWTO, this book describes
15 the process of creating your own Linux system from scratch from an
16 already installed Linux distribution, using nothing but the sources of
17 software that are needed.
18
19 More information can be found at http://linuxfromscratch.org/.
20
21 %description -l pl
22 Ten dokument wywodzi siê z Linux-From-Scratch-HOWTO, opisuje proces
23 tworzenia w³asnego systemu Linuksowego bazuj±c na zainstalowanej ju¿
24 dystrybucji Linuksa, u¿ywaj±c jedynie ¼róde³ potrzebnych programów.
25
26 Wiêcej informacji na stronie http://linuxfromscratch.org/.
27
28 %prep
29 %setup -q
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.064043 seconds and 3 git commands to generate.