]> git.pld-linux.org Git - packages/genromfs.git/blob - genromfs.spec
- spec adapterized.
[packages/genromfs.git] / genromfs.spec
1 Summary:        Tool for creating romfs filesystems
2 Name:           genromfs
3 Version:        0.3
4 Release:        4
5 License:        GPL
6 Group:          Utilities/System
7 Group(pl):      Narzêdzia/System
8 Source0:        ftp://ftp.banki.hu/pub/linux/local/%{name}-%{version}.tar.gz
9 Patch0:         genromfs-0.3.patch
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11 ExclusiveOS:    Linux
12
13 %description
14 Genromfs is a tool for creating romfs filesystems, which are
15 lightweight, read-only filesystems supported by the Linux kernel.
16
17 %description -l pl
18 genromfs jest narzêdziem s³u¿±cym do tworzenia systemów plików romfs,
19 które s± lekkimi systemami plików tylko do odczytu, obs³ugiwanymi
20 przez j±dro Linuksa.
21
22 %prep
23 %setup -q
24 %patch -p1
25
26 %build
27 make
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
32
33 make install PREFIX=$RPM_BUILD_ROOT
34 strip $RPM_BUILD_ROOT%{_bindir}/genromfs
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %attr(755,root,root) %{_bindir}/*
42 %{_mandir}/man8/*
This page took 0.063215 seconds and 4 git commands to generate.