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