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

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

Migrate debian build files to pb
Remove old build files under distributions
adds a simpler script setupqemu to call pb for VM setup

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