source: MondoRescue/branches/2.2.5/pbconf/mindi-busybox/rpm/mindi-busybox.spec@ 1672

Last change on this file since 1672 was 1672, checked in by Bruno Cornec, 17 years ago

Adds support for other RPM based distro with appropriate filters

File size: 693 bytes
Line 
1#
2# $Id$
3#
4Summary: Busybox version suited for Mindi
5Name: PBPKG
6Version: PBVER
7Release: PBTAGPBSUF
8License: GPL
9Group: PBGRP
10Url: http://www.mondorescue.org
11Source: PBSRC
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
13ExcludeArch: ppc
14
15%description
16This package provides a busybox version suited for Mindi.
17
18%prep
19%setup -n %name-%{version}
20
21%build
22make oldconfig
23make busybox
24
25%install
26%{__rm} -rf $RPM_BUILD_ROOT
27
28DESTDIR=${RPM_BUILD_ROOT}%{_libdir}/mindi/rootfs
29make PREFIX=$DESTDIR install
30
31%clean
32%{__rm} -rf $RPM_BUILD_ROOT
33
34%files
35%defattr(-,root,root)
36%doc ChangeLog INSTALL LICENSE AUTHORS README TODO changelog svn.log
37%{_libdir}/mindi
38
39%changelog
40PBLOG
Note: See TracBrowser for help on using the repository browser.