]> git.pld-linux.org Git - packages/LFS.git/blob - LFS.spec
8c59df95398cad653a77c4f0833ef4da5aeffb98
[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 # Source0-md5:  b4aa81ba612bbb0ca0ec86bb17229145
10 URL:            http://www.tldp.org/LDP/lfs/%{name}/index.html
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Derived from the popular Linux-From-Scratch-HOWTO, this book describes
16 the process of creating your own Linux system from scratch from an
17 already installed Linux distribution, using nothing but the sources of
18 software that are needed.
19
20 More information can be found at http://linuxfromscratch.org/.
21
22 %description -l pl
23 Ten dokument wywodzi siê z Linux-From-Scratch-HOWTO, opisuje proces
24 tworzenia w³asnego systemu Linuksowego bazuj±c na zainstalowanej ju¿
25 dystrybucji Linuksa, u¿ywaj±c jedynie ¼róde³ potrzebnych programów.
26
27 Wiêcej informacji na stronie http://linuxfromscratch.org/.
28
29 %prep
30 %setup -q
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
35
36 cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %{_docdir}/LDP/%{name}
This page took 0.069313 seconds and 2 git commands to generate.